Datasets:
Tasks:
Image Classification
Sub-tasks:
multi-label-image-classification
Languages:
English
Size:
100B<n<1T
License:
YuxuanZhang888
commited on
Commit
•
8e8b833
1
Parent(s):
d48354f
Upload README.md
Browse files
README.md
CHANGED
@@ -89,16 +89,16 @@ The data will follow the structure below:
|
|
89 |
|
90 |
'''
|
91 |
{
|
92 |
-
"image": image.png # A CT image
|
93 |
-
"ImageType": ['ORIGINAL', 'PRIMARY', 'AXIAL', 'CT_SOM5 SPI'] # A list containing the info of the image
|
94 |
-
"StudyDate": "20000101" # Date of the case study
|
95 |
-
"SeriesDate": 20000101" # Date of the series
|
96 |
-
"Manufacturer": "SIEMENS" # Manufacturer of the device used for imaging
|
97 |
-
"StudyDescription": "Abdomen^24ACRIN_Colo_IRB2415-04 (Adult)" # Description of the study
|
98 |
-
"SeriesDescription": "Colo_prone 1.0 B30f" # Description of the series
|
99 |
-
"PatientSex": "F" # Patient's sex
|
100 |
-
"PatientAge": "059Y" # Patient's age
|
101 |
-
"PregnancyStatus": "None" # Patient's pregnancy status
|
102 |
"BodyPartExamined": "COLON" # Body part examined
|
103 |
}
|
104 |
'''
|
|
|
89 |
|
90 |
'''
|
91 |
{
|
92 |
+
"image": image.png # A CT image,
|
93 |
+
"ImageType": ['ORIGINAL', 'PRIMARY', 'AXIAL', 'CT_SOM5 SPI'] # A list containing the info of the image,
|
94 |
+
"StudyDate": "20000101" # Date of the case study,
|
95 |
+
"SeriesDate": 20000101" # Date of the series,
|
96 |
+
"Manufacturer": "SIEMENS" # Manufacturer of the device used for imaging,
|
97 |
+
"StudyDescription": "Abdomen^24ACRIN_Colo_IRB2415-04 (Adult)" # Description of the study,
|
98 |
+
"SeriesDescription": "Colo_prone 1.0 B30f" # Description of the series,
|
99 |
+
"PatientSex": "F" # Patient's sex,
|
100 |
+
"PatientAge": "059Y" # Patient's age,
|
101 |
+
"PregnancyStatus": "None" # Patient's pregnancy status,
|
102 |
"BodyPartExamined": "COLON" # Body part examined
|
103 |
}
|
104 |
'''
|