Commit
·
9b6c7de
1
Parent(s):
c7d8242
chore: update builder
Browse files- how2sign-clips.py +1 -1
how2sign-clips.py
CHANGED
|
@@ -81,7 +81,7 @@ class How2SignClips(datasets.GeneratorBasedBuilder):
|
|
| 81 |
"metadata_path": dl_manager.download(
|
| 82 |
_URLS["meta"].format(split=split)
|
| 83 |
),
|
| 84 |
-
"
|
| 85 |
glob(
|
| 86 |
_URLS["video"].format(
|
| 87 |
type=self.config.name,
|
|
|
|
| 81 |
"metadata_path": dl_manager.download(
|
| 82 |
_URLS["meta"].format(split=split)
|
| 83 |
),
|
| 84 |
+
"video_dirs": dl_manager.download_and_extract(
|
| 85 |
glob(
|
| 86 |
_URLS["video"].format(
|
| 87 |
type=self.config.name,
|