khaclinh commited on
Commit
08c0fec
1 Parent(s): a334b09

Update testdata.py

Browse files
Files changed (1) hide show
  1. testdata.py +1 -0
testdata.py CHANGED
@@ -102,6 +102,7 @@ class TestData(datasets.GeneratorBasedBuilder):
102
  files = []
103
 
104
  for i_file in glob(os.path.join(image_dir, "*.png")):
 
105
 
106
  idx = 0
107
  for gt_file in glob(os.path.join(annotation_dir, "*.txt")):
 
102
  files = []
103
 
104
  for i_file in glob(os.path.join(image_dir, "*.png")):
105
+ pass
106
 
107
  idx = 0
108
  for gt_file in glob(os.path.join(annotation_dir, "*.txt")):