Update mmod2.py
Browse files
mmod2.py
CHANGED
@@ -111,7 +111,7 @@ class Mmod2(datasets.GeneratorBasedBuilder):
|
|
111 |
|
112 |
iter_list = []
|
113 |
|
114 |
-
for file_name in images:
|
115 |
# print(f"{file_name = }")
|
116 |
|
117 |
# get file name without extension
|
|
|
111 |
|
112 |
iter_list = []
|
113 |
|
114 |
+
for file_name in iter(images):
|
115 |
# print(f"{file_name = }")
|
116 |
|
117 |
# get file name without extension
|