siavava commited on
Commit
4441c84
1 Parent(s): cb25585

Update mmod2.py

Browse files
Files changed (1) hide show
  1. mmod2.py +1 -0
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")]