Upload dataset_config.yaml
Browse files- dataset_config.yaml +37 -0
dataset_config.yaml
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
configs:
|
| 2 |
+
default:
|
| 3 |
+
features:
|
| 4 |
+
dataset_name:
|
| 5 |
+
dtype: string
|
| 6 |
+
img_data:
|
| 7 |
+
dtype: string
|
| 8 |
+
anatomy_location:
|
| 9 |
+
dtype: string
|
| 10 |
+
patient_id:
|
| 11 |
+
dtype: string
|
| 12 |
+
options:
|
| 13 |
+
dtype: string
|
| 14 |
+
classification_task:
|
| 15 |
+
dtype: string
|
| 16 |
+
class_label:
|
| 17 |
+
dtype: string
|
| 18 |
+
caption:
|
| 19 |
+
dtype: string
|
| 20 |
+
report:
|
| 21 |
+
dtype: string
|
| 22 |
+
seg_data:
|
| 23 |
+
dtype: string
|
| 24 |
+
seg_channel_name:
|
| 25 |
+
dtype: string
|
| 26 |
+
gt_bbox:
|
| 27 |
+
dtype: string
|
| 28 |
+
keypoints:
|
| 29 |
+
dtype: string
|
| 30 |
+
measurement:
|
| 31 |
+
dtype: string
|
| 32 |
+
split:
|
| 33 |
+
dtype: string
|
| 34 |
+
notes:
|
| 35 |
+
dtype: string
|
| 36 |
+
demographic:
|
| 37 |
+
dtype: string
|