matybohacek
commited on
Commit
•
5c61cbf
1
Parent(s):
66dc51d
Update deepaction_v1.py
Browse files- deepaction_v1.py +1 -1
deepaction_v1.py
CHANGED
@@ -48,7 +48,7 @@ class DeepActionV1(datasets.GeneratorBasedBuilder):
|
|
48 |
for vid_file in ["a.mp4", "b.mp4", "c.mp4", "d.mp4", "e.mp4"]:
|
49 |
urls.append(os.path.join(base_url, engine, "{}".format(i), vid_file))
|
50 |
|
51 |
-
data_dir = dl_manager.download_and_extract(
|
52 |
|
53 |
return [
|
54 |
datasets.SplitGenerator(
|
|
|
48 |
for vid_file in ["a.mp4", "b.mp4", "c.mp4", "d.mp4", "e.mp4"]:
|
49 |
urls.append(os.path.join(base_url, engine, "{}".format(i), vid_file))
|
50 |
|
51 |
+
data_dir = dl_manager.download_and_extract(urls)
|
52 |
|
53 |
return [
|
54 |
datasets.SplitGenerator(
|