fix(wlasl): retify attribute
Browse files
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["
|
| 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"],
|