Alexander Black commited on
Commit ·
95da5ea
1
Parent(s): 27cc3ce
rename configs
Browse files
ANAKIN.py
CHANGED
|
@@ -49,12 +49,12 @@ class Anakin(datasets.GeneratorBasedBuilder):
|
|
| 49 |
description="Trimmed video, edited video, masks (if exists), and edit description",
|
| 50 |
),
|
| 51 |
datasets.BuilderConfig(
|
| 52 |
-
name="
|
| 53 |
version=VERSION,
|
| 54 |
description="Only samples that have masks. Without full length video.",
|
| 55 |
),
|
| 56 |
datasets.BuilderConfig(
|
| 57 |
-
name="full-
|
| 58 |
version=VERSION,
|
| 59 |
description="Only samples that have masks. With full length video.",
|
| 60 |
),
|
|
|
|
| 49 |
description="Trimmed video, edited video, masks (if exists), and edit description",
|
| 50 |
),
|
| 51 |
datasets.BuilderConfig(
|
| 52 |
+
name="has-masks",
|
| 53 |
version=VERSION,
|
| 54 |
description="Only samples that have masks. Without full length video.",
|
| 55 |
),
|
| 56 |
datasets.BuilderConfig(
|
| 57 |
+
name="full-masks",
|
| 58 |
version=VERSION,
|
| 59 |
description="Only samples that have masks. With full length video.",
|
| 60 |
),
|