DsL
commited on
Commit
·
c9e54b2
1
Parent(s):
c356bec
update default
Browse files- Causal3D.py +1 -1
Causal3D.py
CHANGED
@@ -23,7 +23,7 @@ _HOMEPAGE = "https://huggingface.co/datasets/LLDDSS/Causal3D"
|
|
23 |
_LICENSE = "CC-BY-4.0"
|
24 |
|
25 |
class Causal3D(datasets.GeneratorBasedBuilder):
|
26 |
-
DEFAULT_CONFIG_NAME = "
|
27 |
BUILDER_CONFIGS = [
|
28 |
# hypothetical_scenes
|
29 |
datasets.BuilderConfig(name="hypothetical_scenes_Hypothetic_v2_linear", version=datasets.Version("1.0.0"), description="Hypothetic_v2_linear scene"),
|
|
|
23 |
_LICENSE = "CC-BY-4.0"
|
24 |
|
25 |
class Causal3D(datasets.GeneratorBasedBuilder):
|
26 |
+
DEFAULT_CONFIG_NAME = "real_scenes_Water_flow_scene_render"
|
27 |
BUILDER_CONFIGS = [
|
28 |
# hypothetical_scenes
|
29 |
datasets.BuilderConfig(name="hypothetical_scenes_Hypothetic_v2_linear", version=datasets.Version("1.0.0"), description="Hypothetic_v2_linear scene"),
|