Update RDD_2020.py
Browse files- RDD_2020.py +1 -1
RDD_2020.py
CHANGED
@@ -121,7 +121,7 @@ class RDD2020_Dataset(datasets.GeneratorBasedBuilder):
|
|
121 |
def _generate_examples(self, filepath, split):
|
122 |
|
123 |
# Iterate over each country directory
|
124 |
-
for country_dir in ['Czech', 'India', 'Japan']:
|
125 |
images_dir = f"{filepath}/{country_dir}/images"
|
126 |
|
127 |
# print(os.listdir(filepath))
|
|
|
121 |
def _generate_examples(self, filepath, split):
|
122 |
|
123 |
# Iterate over each country directory
|
124 |
+
for country_dir in ['Czech.zip', 'India.zip', 'Japan.zip']:
|
125 |
images_dir = f"{filepath}/{country_dir}/images"
|
126 |
|
127 |
# print(os.listdir(filepath))
|