Update README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ It includes 4,083 X-Ray images (717 fracture images) with corresponding annotati
|
|
22 |
The dataset is intended for use in deep learning tasks in medical imaging, specifically targeting the understanding of bone fractures.
|
23 |
It is freely available under a CC-BY 4.0 license.
|
24 |
|
25 |
-
This script provides a Hugging Face `datasets` loader for the FracAtlas dataset. The generated dataset includes high-quality X-Ray images and
|
26 |
and bounding box information, as well as additional localization data from PASCAL VOC XML files. The loader handles downloading and preparing the dataset, making it readily available for machine learning models and analysis
|
27 |
tasks in medical imaging, especially focusing on the detection and understanding of bone fractures.
|
28 |
|
|
|
22 |
The dataset is intended for use in deep learning tasks in medical imaging, specifically targeting the understanding of bone fractures.
|
23 |
It is freely available under a CC-BY 4.0 license.
|
24 |
|
25 |
+
This script provides a Hugging Face `datasets` loader for the FracAtlas dataset. The generated dataset includes high-quality X-Ray images and incorporate detailed annotations from COCO JSON format for segmentation
|
26 |
and bounding box information, as well as additional localization data from PASCAL VOC XML files. The loader handles downloading and preparing the dataset, making it readily available for machine learning models and analysis
|
27 |
tasks in medical imaging, especially focusing on the detection and understanding of bone fractures.
|
28 |
|