Commit
·
f5d1dee
1
Parent(s):
2f8801a
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Semantic-Segmentation-of-Teeth-in-Panoramic-X-ray-Image
|
2 |
+
The aim of this study is automatic semantic segmentation and measurement total length of teeth in one-shot panoramic x-ray image by using deep learning method with U-Net Model and binary image analysis in order to provide diagnostic information for the management of dental disorders, diseases, and conditions.
|
3 |
+
|
4 |
+
[***Try Demo App On Hugging Face***](https://huggingface.co/spaces/SerdarHelli/Segmentation-of-Teeth-in-Panoramic-X-ray-Image-Using-U-Net)
|
5 |
+
|
6 |
+
|
7 |
+
***Original Dataset***
|
8 |
+
|
9 |
+
DATASET ref - H. Abdi, S. Kasaei, and M. Mehdizadeh, “Automatic segmentation of mandible in panoramic x-ray,” J. Med. Imaging, vol. 2, no. 4, p. 44003, 2015
|
10 |
+
|
11 |
+
[Link DATASET for only original images.](https://data.mendeley.com/datasets/hxt48yk462/1)
|
12 |
+
### Paper
|
13 |
+
|
14 |
+
[The authors of this article are Selahattin Serdar Helli and Andaç Hamamcı with the Department of Biomedical Engineering, Faculty of Engineering, Yeditepe University, Istanbul, Turkey](https://dergipark.org.tr/tr/pub/dubited/issue/68307/950568)
|
15 |
+
|
16 |
+
### BibTeX Entry and Citation Info
|
17 |
+
```
|
18 |
+
@article{helli10tooth,
|
19 |
+
title={Tooth Instance Segmentation on Panoramic Dental Radiographs Using U-Nets and Morphological Processing},
|
20 |
+
author={HELL{\.I}, Serdar and HAMAMCI, Anda{\c{c}}},
|
21 |
+
journal={D{\"u}zce {\"U}niversitesi Bilim ve Teknoloji Dergisi},
|
22 |
+
volume={10},
|
23 |
+
number={1},
|
24 |
+
pages={39--50}
|
25 |
+
}
|
26 |
+
```
|