Datasets:
Update CC6204-Hackaton-Cub-Dataset.py
Browse files
CC6204-Hackaton-Cub-Dataset.py
CHANGED
@@ -90,7 +90,7 @@ class CubDataset(datasets.GeneratorBasedBuilder):
|
|
90 |
test_files = []
|
91 |
|
92 |
# Download images
|
93 |
-
data_files = dl_manager.download_and_extract(_URLS["
|
94 |
|
95 |
for batch in data_files:
|
96 |
path_files = dl_manager.iter_files(batch)
|
|
|
90 |
test_files = []
|
91 |
|
92 |
# Download images
|
93 |
+
data_files = dl_manager.download_and_extract(_URLS["mini_images_urls"])
|
94 |
|
95 |
for batch in data_files:
|
96 |
path_files = dl_manager.iter_files(batch)
|