Datasets:
fixed yield
Browse files- ActivityNet_Captions.py +0 -2
ActivityNet_Captions.py
CHANGED
@@ -118,8 +118,6 @@ class ActivityNet(datasets.GeneratorBasedBuilder):
|
|
118 |
yield idx, {
|
119 |
"video_id": id,
|
120 |
"path": path,
|
121 |
-
"video_id": datasets.Value("string"),
|
122 |
-
"path": datasets.Value("string"),
|
123 |
"duration": infos[id]["duration"],
|
124 |
"starts": starts,
|
125 |
"ends": ends,
|
|
|
118 |
yield idx, {
|
119 |
"video_id": id,
|
120 |
"path": path,
|
|
|
|
|
121 |
"duration": infos[id]["duration"],
|
122 |
"starts": starts,
|
123 |
"ends": ends,
|