Vadzim Kashko commited on
Commit
5d47aa6
1 Parent(s): 2757070

fix: load script

Browse files
dogs-video-object-tracking-dataset.py CHANGED
@@ -164,7 +164,7 @@ class DogsVideoObjectTrackingDataset(datasets.GeneratorBasedBuilder):
164
  yield idx, {
165
  "id": image_id,
166
  "name": name,
167
- "image": file,
168
  "mask": os.path.join(data, "masks", file),
169
  "shapes": shapes,
170
  }
 
164
  yield idx, {
165
  "id": image_id,
166
  "name": name,
167
+ "image": os.path.join(data, "images", file),
168
  "mask": os.path.join(data, "masks", file),
169
  "shapes": shapes,
170
  }