Datasets:
Tasks:
Image Classification
Sub-tasks:
multi-class-image-classification
Languages:
English
Size:
100K<n<1M
ArXiv:
License:
Fix typo
Browse files
NIH-Chest-X-ray-dataset.py
CHANGED
@@ -94,7 +94,7 @@ class XChest(datasets.GeneratorBasedBuilder):
|
|
94 |
# Get the image names that belong to the train-val dataset
|
95 |
train_val_list = get(_URLS['train_val_list']).iter_lines()
|
96 |
train_val_list = set([x.decode('UTF8') for x in train_val_list])
|
97 |
-
print(train_val_list)
|
98 |
|
99 |
# Create list for store the name of the images for each dataset
|
100 |
train_files = []
|
|
|
94 |
# Get the image names that belong to the train-val dataset
|
95 |
train_val_list = get(_URLS['train_val_list']).iter_lines()
|
96 |
train_val_list = set([x.decode('UTF8') for x in train_val_list])
|
97 |
+
print(train_val_list)
|
98 |
|
99 |
# Create list for store the name of the images for each dataset
|
100 |
train_files = []
|