Update RefRef.py
Browse files
RefRef.py
CHANGED
|
@@ -32,7 +32,7 @@ class RefRef(datasets.GeneratorBasedBuilder):
|
|
| 32 |
"""A dataset loader for NeRF-style data with camera poses, depth maps, and masks."""
|
| 33 |
|
| 34 |
VERSION = datasets.Version("1.0.0")
|
| 35 |
-
|
| 36 |
BUILDER_CONFIGS = [
|
| 37 |
RefRefConfig(
|
| 38 |
name="single_non_convex",
|
|
|
|
| 32 |
"""A dataset loader for NeRF-style data with camera poses, depth maps, and masks."""
|
| 33 |
|
| 34 |
VERSION = datasets.Version("1.0.0")
|
| 35 |
+
BUILDER_CONFIG_CLASS = RefRefConfig
|
| 36 |
BUILDER_CONFIGS = [
|
| 37 |
RefRefConfig(
|
| 38 |
name="single_non_convex",
|