Datasets:
Tasks:
Image Classification
Sub-tasks:
multi-class-image-classification
Languages:
English
Size:
100K<n<1M
ArXiv:
License:
Clean old url pointers to split and labels data
Browse files
NIH-Chest-X-ray-dataset.py
CHANGED
@@ -48,12 +48,9 @@ _IMAGE_URLS = [
|
|
48 |
]
|
49 |
|
50 |
_URLS = {
|
51 |
-
#'train_val_list': 'https://huggingface.co/datasets/alkzar90/NIH-Chest-X-ray-dataset/raw/main/dummy/0.0.0/train_val_list.txt',
|
52 |
'train_val_list': 'https://huggingface.co/datasets/alkzar90/NIH-Chest-X-ray-dataset/raw/main/data/train_val_list.txt',
|
53 |
'test_list': 'https://huggingface.co/datasets/alkzar90/NIH-Chest-X-ray-dataset/raw/main/data/test_list.txt',
|
54 |
-
#'test_list': 'https://huggingface.co/datasets/alkzar90/NIH-Chest-X-ray-dataset/raw/main/dummy/0.0.0/test_list.txt',
|
55 |
'labels': 'https://huggingface.co/datasets/alkzar90/NIH-Chest-X-ray-dataset/raw/main/data/Data_Entry_2017_v2020.csv',
|
56 |
-
#'labels': 'https://huggingface.co/datasets/alkzar90/NIH-Chest-X-ray-dataset/raw/main/dummy/0.0.0/Data_Entry_2017_v2020.csv',
|
57 |
'image_urls': _IMAGE_URLS
|
58 |
}
|
59 |
|
|
|
48 |
]
|
49 |
|
50 |
_URLS = {
|
|
|
51 |
'train_val_list': 'https://huggingface.co/datasets/alkzar90/NIH-Chest-X-ray-dataset/raw/main/data/train_val_list.txt',
|
52 |
'test_list': 'https://huggingface.co/datasets/alkzar90/NIH-Chest-X-ray-dataset/raw/main/data/test_list.txt',
|
|
|
53 |
'labels': 'https://huggingface.co/datasets/alkzar90/NIH-Chest-X-ray-dataset/raw/main/data/Data_Entry_2017_v2020.csv',
|
|
|
54 |
'image_urls': _IMAGE_URLS
|
55 |
}
|
56 |
|