Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zsxoff/neural-orthodontic-cephalometry
Convolutional networks detection in cephalometry based on TensorFlow
https://github.com/zsxoff/neural-orthodontic-cephalometry
convolutional-networks deep-learning deep-neural-networks head-profile radiological-images tensorflow
Last synced: 5 days ago
JSON representation
Convolutional networks detection in cephalometry based on TensorFlow
- Host: GitHub
- URL: https://github.com/zsxoff/neural-orthodontic-cephalometry
- Owner: zsxoff
- License: mit
- Created: 2020-04-14T10:04:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-25T00:17:11.000Z (almost 2 years ago)
- Last Synced: 2024-11-15T20:15:43.897Z (2 months ago)
- Topics: convolutional-networks, deep-learning, deep-neural-networks, head-profile, radiological-images, tensorflow
- Language: Python
- Homepage:
- Size: 180 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Neural Orthodontic Cephalometry
> Source code for article "The efficiency of deep learning algorithms for detecting anatomical reference points on radiological images of the head profile".
---
[![made-with-python](https://img.shields.io/badge/Made%20with-Python-204A6A.svg?style=flat-square)](https://www.python.org/)
[![made-with-tensorflow](https://img.shields.io/badge/Made%20with-TensorFlow-FF6C1E.svg?style=flat-square)](https://www.tensorflow.org/)
[![made-with-numpy](https://img.shields.io/badge/Made%20with-NumPy-3885C3.svg?style=flat-square)](https://numpy.org/)
[![made-with-pandas](https://img.shields.io/badge/Made%20with-Pandas-0B0051.svg?style=flat-square)](https://pandas.pydata.org/)
[![made-with-scikit-learn](https://img.shields.io/badge/Made%20with-Scikit--learn-FB9845.svg?style=flat-square)](https://scikit-learn.org/)---
[![arXiv](https://img.shields.io/badge/arXiv-2005.12110-b31b1b.svg)](https://arxiv.org/abs/2005.12110)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)---
This repository describes the solution to the problem of detecting anatomical reference points on radiological images of the head profile for orthodontic analysis based on convolution neural networks. In this study, the definition of reference points on the radiological for cephalometry problems used.
The anatomical reference point detection process is defined as the task of localizing position in a reference point area with normal distribution. The maximum value of normal distribution is a desired anatomical reference point.
![Training process animation]()
As the considered networks were selected convolutional networks of the sequential convolutional layers and U-Net architecture.
See more at:
* [U-Net: Convolutional Networks for Biomedical Image Segmentation](https://arxiv.org/abs/1505.04597)
## License
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg?style=flat-square)](https://opensource.org/licenses/MIT)
This project is licensed under the terms of the [MIT](https://opensource.org/licenses/MIT) license (see [LICENSE]() file).