matybohacek
commited on
Commit
•
407010d
1
Parent(s):
0f39357
Update deepaction_v1.py
Browse files- deepaction_v1.py +0 -1
deepaction_v1.py
CHANGED
@@ -61,7 +61,6 @@ class DeepActionV1(datasets.GeneratorBasedBuilder):
|
|
61 |
]
|
62 |
|
63 |
def _generate_examples(self, data_dir):
|
64 |
-
print(data_dir)
|
65 |
for data_point in data_dir:
|
66 |
yield video_path, {
|
67 |
"video": data_point,
|
|
|
61 |
]
|
62 |
|
63 |
def _generate_examples(self, data_dir):
|
|
|
64 |
for data_point in data_dir:
|
65 |
yield video_path, {
|
66 |
"video": data_point,
|