khaclinh commited on
Commit
095828d
·
1 Parent(s): ee12267

Update testdata.py

Browse files
Files changed (1) hide show
  1. testdata.py +1 -1
testdata.py CHANGED
@@ -104,7 +104,7 @@ class TestData(datasets.GeneratorBasedBuilder):
104
  idx = 0
105
  for gt_file in glob(os.path.join(annotation_dir, "*.txt")):
106
  plates = []
107
- f faces = []
108
 
109
  gt_relative_file = os.path.relpath(gt_file, annotation_dir)
110
  img_relative_path = gt_relative_file.replace(".txt", ".png")
 
104
  idx = 0
105
  for gt_file in glob(os.path.join(annotation_dir, "*.txt")):
106
  plates = []
107
+ faces = []
108
 
109
  gt_relative_file = os.path.relpath(gt_file, annotation_dir)
110
  img_relative_path = gt_relative_file.replace(".txt", ".png")