Update mmod2.py
Browse files
mmod2.py
CHANGED
@@ -95,6 +95,7 @@ class Mmod2(datasets.GeneratorBasedBuilder):
|
|
95 |
|
96 |
|
97 |
for file_name in images:
|
|
|
98 |
|
99 |
# get file name without extension
|
100 |
# file_basename = basename(file_path)[: -len(".jpg")]
|
|
|
95 |
|
96 |
|
97 |
for file_name in images:
|
98 |
+
print(f"{file_name = }")
|
99 |
|
100 |
# get file name without extension
|
101 |
# file_basename = basename(file_path)[: -len(".jpg")]
|