Datasets:

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

Update RefRef.py

Browse files
Files changed (1) hide show
  1. RefRef.py +2 -2
RefRef.py CHANGED
@@ -74,10 +74,10 @@ class RefRef(datasets.GeneratorBasedBuilder):
74
  datasets.SplitGenerator(
75
  name=cat,
76
  gen_kwargs={
77
- "filepaths": os.path.join(f"https://huggingface.co/datasets/yinyue27/RefRef/resolve/main/image_data/{cat}/{self.config.scene}/"),
78
  "split": cat
79
  },
80
- ) for cat in ["textured_sphere_scene/multiple-non-convex", "textured_cube_scene/single-non-convex", "textured_sphere_scene/single-convex"]
81
  ]
82
 
83
  def _generate_examples(self, filepaths, split):
 
74
  datasets.SplitGenerator(
75
  name=cat,
76
  gen_kwargs={
77
+ "filepaths": os.path.join(f"https://huggingface.co/datasets/yinyue27/RefRef/resolve/main/image_data/{cat}/{self.config.name}/{self.config.scene}"),
78
  "split": cat
79
  },
80
+ ) for cat in ["textured_sphere_scene", "textured_cube_scene"]
81
  ]
82
 
83
  def _generate_examples(self, filepaths, split):