Alexander Black commited on
Commit
3ad4f92
1 Parent(s): 466b3f2

script wip

Browse files
Files changed (1) hide show
  1. ANAKIN.py +2 -2
ANAKIN.py CHANGED
@@ -123,7 +123,7 @@ class Anakin(datasets.GeneratorBasedBuilder):
123
  "full": root_url + f"full/{idx}.mp4",
124
  "trimmed": root_url + f"trimmed/{idx}.mp4",
125
  "edited": root_url + f"edited/{idx}.mp4",
126
- "masks": root_url + f"masks/{idx}/",
127
  }
128
  for idx in ids
129
  ]
@@ -164,5 +164,5 @@ class Anakin(datasets.GeneratorBasedBuilder):
164
  "full": filepath + f"full/{idx}.mp4",
165
  "trimmed": filepath + f"trimmed/{idx}.mp4",
166
  "edited": filepath + f"edited/{idx}.mp4",
167
- "masks": filepath + f"masks/{idx}/",
168
  }
 
123
  "full": root_url + f"full/{idx}.mp4",
124
  "trimmed": root_url + f"trimmed/{idx}.mp4",
125
  "edited": root_url + f"edited/{idx}.mp4",
126
+ # "masks": root_url + f"masks/{idx}/",
127
  }
128
  for idx in ids
129
  ]
 
164
  "full": filepath + f"full/{idx}.mp4",
165
  "trimmed": filepath + f"trimmed/{idx}.mp4",
166
  "edited": filepath + f"edited/{idx}.mp4",
167
+ # "masks": filepath + f"masks/{idx}/",
168
  }