KuAvLab commited on
Commit
e1d2beb
·
verified ·
1 Parent(s): 2ccf758

Update EMT.py

Browse files
Files changed (1) hide show
  1. EMT.py +1 -0
EMT.py CHANGED
@@ -120,6 +120,7 @@ class EMT(datasets.GeneratorBasedBuilder):
120
  for ann_file in os.listdir(annotation_path):
121
  video_name = os.path.splitext(ann_file)[0] # Get video folder name from the annotation file
122
  ann_path = os.path.join(annotation_path, ann_file)
 
123
 
124
  with open(ann_path, "r", encoding="utf-8") as f:
125
  for line in f:
 
120
  for ann_file in os.listdir(annotation_path):
121
  video_name = os.path.splitext(ann_file)[0] # Get video folder name from the annotation file
122
  ann_path = os.path.join(annotation_path, ann_file)
123
+ print(ann_path)
124
 
125
  with open(ann_path, "r", encoding="utf-8") as f:
126
  for line in f: