yh0701 commited on
Commit
ee92cf9
1 Parent(s): cd241bf

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +144 -0
README.md ADDED
@@ -0,0 +1,144 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-2.5
3
+ task_categories:
4
+ - image-classification
5
+ - image-segmentation
6
+ language:
7
+ - en
8
+ tags:
9
+ - biology
10
+ - X-Ray
11
+ size_categories:
12
+ - 1K<n<10K
13
+ ---
14
+
15
+ # Dataset Card for FracAtlas
16
+
17
+ <!-- Provide a quick summary of the dataset. -->
18
+
19
+ The "FracAtlas" dataset is a collection of musculoskeletal radiographs for fracture classification, localization, and segmentation.
20
+ It includes 4,083 X-Ray images with annotations in multiple formats.The annotations include labels, classes, and etc.
21
+ The dataset is intended for use in deep learning tasks in medical imaging, specifically targeting the understanding of bone fractures.
22
+ It is freely available under a CC-BY 4.0 license.
23
+ ## Dataset Details
24
+
25
+ ### Dataset Description
26
+
27
+ <!-- Provide a longer summary of what this dataset is. -->
28
+
29
+
30
+
31
+ - **Curated by:** [More Information Needed]
32
+ - **Funded by [optional]:** [More Information Needed]
33
+ - **Shared by [optional]:** [More Information Needed]
34
+ - **License:** cc-by-2.5
35
+
36
+ ### Dataset Sources [optional]
37
+
38
+ <!-- Provide the basic links for the dataset. -->
39
+
40
+ - **Repository:** https://figshare.com/articles/dataset/The_dataset/22363012
41
+ - **Paper [optional]:** https://www.nature.com/articles/s41597-023-02432-4
42
+
43
+ ## Uses
44
+
45
+ <!-- Address questions around how the dataset is intended to be used. -->
46
+
47
+ ### Direct Use
48
+
49
+ <!-- This section describes suitable use cases for the dataset. -->
50
+
51
+ [More Information Needed]
52
+
53
+ ### Out-of-Scope Use
54
+
55
+ <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
56
+
57
+ [More Information Needed]
58
+
59
+ ## Dataset Structure
60
+
61
+ <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
62
+
63
+ [More Information Needed]
64
+
65
+ ## Dataset Creation
66
+
67
+ ### Curation Rationale
68
+
69
+ <!-- Motivation for the creation of this dataset. -->
70
+
71
+ [More Information Needed]
72
+
73
+ ### Source Data
74
+
75
+ <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
76
+ The data is originally authored by authored by Iftekharul Abedeen, Md. Ashiqur Rahman, Fatema Zohra Prottyasha, Tasnim Ahmed,
77
+ Tareque Mohmud Chowdhury, Swakkhar Shatabda.
78
+
79
+ #### Data Collection and Processing
80
+
81
+ <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
82
+
83
+ The FracAtlas dataset was accumulatively collected over 14,000 X-ray scans from several medical facilities across Bangladesh, with a substantial portion sourced from Lab-Aid Medical Center.
84
+ Following collection, a meticulous data cleaning phase was undertaken to ensure the integrity and usability of the scans.
85
+ Finally, the dataset was enhanced with detailed annotations.
86
+ Ethical approval was secured, ensuring the confidentiality of patient data, and all participants provided informed consent.
87
+ The collection process was designed to be non-intrusive to the standard diagnostic and treatment protocols of the involved hospitals.
88
+
89
+
90
+ ### Annotations
91
+
92
+ <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
93
+ The dataset includes 4,083 images that have been manually annotated for bone fracture classification, localization, and segmentation with the help of 2 expert radiologists.
94
+ Annotations have later been verified and merged by an orthopedist using the open-source labeling platform, makesense.ai.
95
+ The primary type of annotation generated for bone fracture was in Common Objects in Context (COCO) format.
96
+ Other information were loosely saved in YOLO, Pascal VOC, and Visual Geometry Group (VGG) format.
97
+
98
+
99
+ #### Personal and Sensitive Information
100
+
101
+ <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
102
+
103
+ All personally identifiable information in the gathered data has been removed, and theprocess was administered according to the Institutional Research Ethics Board of United International University.
104
+ ## Bias, Risks, and Limitations
105
+
106
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
107
+
108
+ [More Information Needed]
109
+
110
+ ### Recommendations
111
+
112
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
113
+
114
+ Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
115
+
116
+ ## Citation [optional]
117
+
118
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
119
+
120
+ **BibTeX:**
121
+
122
+ [More Information Needed]
123
+
124
+ **APA:**
125
+
126
+ [More Information Needed]
127
+
128
+ ## Glossary [optional]
129
+
130
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
131
+
132
+ [More Information Needed]
133
+
134
+ ## More Information [optional]
135
+
136
+ [More Information Needed]
137
+
138
+ ## Dataset Card Authors [optional]
139
+
140
+ [More Information Needed]
141
+
142
+ ## Dataset Card Contact
143
+
144
+ [More Information Needed]