remove envronment map category
Browse files
RefRef.py
CHANGED
@@ -78,7 +78,7 @@ class RefRef(datasets.GeneratorBasedBuilder):
|
|
78 |
f"{self.config.scene}_sphere" if cat == "textured_sphere_scene" else self.config.scene),
|
79 |
"split": f"{'cubeBg' if cat == 'textured_cube_scene' else 'sphereBg' if cat == 'textured_sphere_scene' else 'envMapBg'}_{'singleMatConvex' if self.config.name == 'single-convex' else 'singleMatNonConvex' if self.config.name == 'single-non-convex' else 'multiMatNonConvex'}_{self.config.scene}",
|
80 |
},
|
81 |
-
) for cat in ["textured_sphere_scene", "textured_cube_scene"
|
82 |
]
|
83 |
|
84 |
def _generate_examples(self, filepaths, split):
|
|
|
78 |
f"{self.config.scene}_sphere" if cat == "textured_sphere_scene" else self.config.scene),
|
79 |
"split": f"{'cubeBg' if cat == 'textured_cube_scene' else 'sphereBg' if cat == 'textured_sphere_scene' else 'envMapBg'}_{'singleMatConvex' if self.config.name == 'single-convex' else 'singleMatNonConvex' if self.config.name == 'single-non-convex' else 'multiMatNonConvex'}_{self.config.scene}",
|
80 |
},
|
81 |
+
) for cat in ["textured_sphere_scene", "textured_cube_scene"]
|
82 |
]
|
83 |
|
84 |
def _generate_examples(self, filepaths, split):
|