Leyo commited on
Commit
dc6f97b
·
1 Parent(s): 6c8406f

fixed yield

Browse files
Files changed (1) hide show
  1. 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,