Datasets:

Modalities:
Image
Languages:
English
ArXiv:
Tags:
code
License:
eztao commited on
Commit
92f75f0
·
verified ·
1 Parent(s): b6de6a7

Update RefRef.py

Browse files
Files changed (1) hide show
  1. RefRef.py +1 -1
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
- BUILDER_CONFIGS_CLASS = RefRefConfig
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",