tanthinhdt commited on
Commit
12aa2ba
·
verified ·
1 Parent(s): 8d4e85f

fix(wlasl): retify attribute

Browse files
Files changed (1) hide show
  1. wlasl.py +1 -1
wlasl.py CHANGED
@@ -140,7 +140,7 @@ class WLASL(datasets.GeneratorBasedBuilder):
140
  video_path = os.path.join(video_dir, sample["video_id"] + ".mp4")
141
  if os.path.exists(video_path):
142
  yield i, {
143
- "gloss": sample["name"],
144
  "bbox": sample["bbox"],
145
  "fps": sample["fps"],
146
  "frame_end": sample["frame_end"],
 
140
  video_path = os.path.join(video_dir, sample["video_id"] + ".mp4")
141
  if os.path.exists(video_path):
142
  yield i, {
143
+ "gloss": sample["gloss"],
144
  "bbox": sample["bbox"],
145
  "fps": sample["fps"],
146
  "frame_end": sample["frame_end"],