SRCantona commited on
Commit
b7767fb
·
verified ·
1 Parent(s): b43123c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -34
README.md CHANGED
@@ -2,8 +2,8 @@
2
  # Panoramic X-ray Tooth Dataset
3
 
4
  ## Description
5
- This dataset contains over 500 panoramic dental X-ray images, accompanied by segmentation masks and annotation files. The dataset aims to support dental research, machine learning model development, and automated dental diagnostics. The images in this dataset represent a variety of dental conditions and tooth structures.
6
-
7
  ## Dataset Structure
8
  The dataset includes the following components:
9
 
@@ -13,24 +13,21 @@ The dataset includes the following components:
13
  4. **JSON Annotation Files**: Each X-ray image is accompanied by a JSON file containing polygon coordinates outlining the exterior boundaries of each tooth, along with class labels.
14
 
15
  ### Example Files
16
- - **1.jpg**: Example panoramic X-ray image.
17
- - **Explanation**: This image is a standard panoramic X-ray, capturing the full set of teeth, jaw, and surrounding bone structure in a single image. The process involves using a rotating arm of an X-ray machine that captures the dental arch. This type of imaging is widely used for dental diagnosis, as it provides a comprehensive view of the mouth.
18
- - **Usage**: This image can be used to detect dental anomalies, evaluate tooth alignment, and check for issues such as impacted teeth or bone loss.
19
 
20
- - **1.png**: Corresponding machine or human mask.
21
- - **Explanation**: The mask highlights individual teeth by segmenting them from the X-ray image. In the case of machine-generated masks, computer vision models have been trained to detect and separate each tooth, while human masks are manually drawn for accuracy.
22
- - **Usage**: Overlay the mask on the X-ray to visualize segmentation. This is useful for training machine learning models to improve automatic segmentation accuracy.
 
 
 
23
 
24
- - **1.jpg.json**: Annotation file containing labeled polygon data for each tooth.
25
- - **Explanation**: This JSON file contains detailed polygon coordinates that map out the boundaries of each tooth detected in the X-ray. Each entry in the file corresponds to a specific tooth number or region, providing crucial information for dental diagnostics and AI model training.
26
- - **Usage**: The polygon data can be used to train segmentation models, fine-tune existing algorithms, or serve as ground truth for evaluating model performance.
27
 
28
- ## JSON File Breakdown
29
- Each JSON file includes:
30
- - **Objects**: A list of segmented teeth, each represented by a polygon.
31
- - **ClassTitle**: Labels representing tooth numbers.
32
- - **Points**: Polygon coordinates marking the exterior of each detected tooth.
33
- - **Size**: Width and height of the original image.
34
 
35
  **Example Entry:**
36
  ```json
@@ -46,23 +43,6 @@ Each JSON file includes:
46
  ## Usage
47
  This dataset can be used to train segmentation models for tooth identification, dental health assessment, and automated diagnostics. The machine-generated masks can help in benchmarking, while human-annotated masks provide reliable ground truth for comparison.
48
 
49
- ### Application Workflow
50
- 1. **Load the X-ray Images**: Use the images for preprocessing and augmentation.
51
- 2. **Apply the Masks**: Overlay machine or human masks to visualize tooth segmentation.
52
- 3. **Model Training**: Utilize the masks and annotations to train segmentation models.
53
- 4. **Evaluation**: Compare model output with human annotations for accuracy assessment.
54
-
55
- ## Author and Attribution
56
- - **Annotations by**: GhazalehHITL
57
- - **Dataset Curator**: [Your Name or Profile Link]
58
- - **Source**: This dataset is publicly available for non-commercial research and development.
59
 
60
- ## Download
61
- Click the link below to download the dataset:
62
- [Download Dataset](#)
63
 
64
- ## License
65
- This dataset is licensed for educational and research purposes. Proper attribution is required for any publications or projects utilizing this dataset.
66
 
67
- ---
68
- If you have any questions or require further information, feel free to reach out via [Your Contact Information].
 
2
  # Panoramic X-ray Tooth Dataset
3
 
4
  ## Description
5
+ This dataset, curated by Humans in the Loop, features over 500 panoramic dental X-ray images, complete with segmentation masks and annotation files. Designed to support dental research, machine learning model development, and automated dental diagnostics, the dataset showcases a variety of dental conditions and tooth structures. The high-quality segmentation masks, produced through expert human annotation, enhance the precision and reliability of model training. This dataset is available on Kaggle through Humans in the Loop’s official page, reflecting their commitment to providing accurate, well-annotated data for AI applications.This dataset, curated by Humans in the Loop, features over 500 panoramic dental X-ray images, complete with segmentation masks and annotation files. Designed to support dental research, machine learning model development, and automated dental diagnostics, the dataset showcases a variety of dental conditions and tooth structures. The high-quality segmentation masks, produced through expert human annotation, enhance the precision and reliability of model training. This dataset is available on Kaggle through Humans in the Loop’s official page, reflecting their commitment to providing accurate, well-annotated data for AI applications.
6
+ https://www.kaggle.com/datasets/humansintheloop/
7
  ## Dataset Structure
8
  The dataset includes the following components:
9
 
 
13
  4. **JSON Annotation Files**: Each X-ray image is accompanied by a JSON file containing polygon coordinates outlining the exterior boundaries of each tooth, along with class labels.
14
 
15
  ### Example Files
 
 
 
16
 
17
+ ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/66b24a579f3dfa895ca9286d/aT6K4yq6MRQOuAXqYf3SB.jpeg)
18
+
19
+ Example panoramic X-ray image.This image is a standard panoramic X-ray, capturing the full set of teeth, jaw, and surrounding bone structure in a single image. The process involves using a rotating arm of an X-ray machine that captures the dental arch. This type of imaging is widely used for dental diagnosis, as it provides a comprehensive view of the mouth.This image can be used to detect dental anomalies, evaluate tooth alignment, and check for issues such as impacted teeth or bone loss.
20
+
21
+
22
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/66b24a579f3dfa895ca9286d/3m_g2O9Bo7sGAwKsV0uvN.png)
23
 
24
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/66b24a579f3dfa895ca9286d/qklFYtxQXpq8jqxdcIpjC.png)
 
 
25
 
26
+ Corresponding machine or human mask.The mask highlights individual teeth by segmenting them from the X-ray image.In the case of machine-generated masks, computer vision models have been trained to detect and separate each tooth, while human masks are manually drawn for accuracy.Overlay the mask on the X-ray to visualize segmentation. This is useful for training machine learning models to improve automatic segmentation accuracy.
27
+
28
+ Annotation file containing labeled polygon data for each tooth.This JSON file contains detailed polygon coordinates that map out the boundaries of each tooth detected in the X-ray. Each entry in the file corresponds to a specific tooth number or region, providing crucial information for dental diagnostics and AI model training.The polygon data can be used to train segmentation models, fine-tune existing algorithms, or serve as ground truth for evaluating model performance.
29
+
30
+
 
31
 
32
  **Example Entry:**
33
  ```json
 
43
  ## Usage
44
  This dataset can be used to train segmentation models for tooth identification, dental health assessment, and automated diagnostics. The machine-generated masks can help in benchmarking, while human-annotated masks provide reliable ground truth for comparison.
45
 
 
 
 
 
 
 
 
 
 
 
46
 
 
 
 
47
 
 
 
48