Datasets:
Tasks:
Image Classification
Sub-tasks:
multi-class-image-classification
Languages:
English
Size:
100K<n<1M
ArXiv:
License:
Check multi-index list encode for multilabels
Browse files
NIH-Chest-X-ray-dataset.py
CHANGED
@@ -144,6 +144,7 @@ class XChest(datasets.GeneratorBasedBuilder):
|
|
144 |
yield i, {
|
145 |
"image_file_path": path,
|
146 |
"image": path,
|
147 |
-
"labels": ["Mass", "Hernia"]
|
|
|
148 |
}
|
149 |
|
|
|
144 |
yield i, {
|
145 |
"image_file_path": path,
|
146 |
"image": path,
|
147 |
+
#"labels": ["Mass", "Hernia"]
|
148 |
+
"labels": [5, 14]
|
149 |
}
|
150 |
|