Update RefRef.py
Browse files
RefRef.py
CHANGED
@@ -35,15 +35,15 @@ class RefRef(datasets.GeneratorBasedBuilder):
|
|
35 |
BUILDER_CONFIG_CLASS = RefRefConfig
|
36 |
BUILDER_CONFIGS = [
|
37 |
RefRefConfig(
|
38 |
-
name="
|
39 |
description="Single non-convex scene configuration for RefRef dataset.",
|
40 |
),
|
41 |
RefRefConfig(
|
42 |
-
name="
|
43 |
description="Multiple non-convex scene configuration for RefRef dataset.",
|
44 |
),
|
45 |
RefRefConfig(
|
46 |
-
name="
|
47 |
description="Single convex scene configuration for RefRef dataset.",
|
48 |
)
|
49 |
]
|
|
|
35 |
BUILDER_CONFIG_CLASS = RefRefConfig
|
36 |
BUILDER_CONFIGS = [
|
37 |
RefRefConfig(
|
38 |
+
name="single-non-convex",
|
39 |
description="Single non-convex scene configuration for RefRef dataset.",
|
40 |
),
|
41 |
RefRefConfig(
|
42 |
+
name="multiple-non-convex",
|
43 |
description="Multiple non-convex scene configuration for RefRef dataset.",
|
44 |
),
|
45 |
RefRefConfig(
|
46 |
+
name="single-convex",
|
47 |
description="Single convex scene configuration for RefRef dataset.",
|
48 |
)
|
49 |
]
|