Datasets:

Modalities:
Image
Languages:
English
ArXiv:
Tags:
code
License:
eztao commited on
Commit
a044009
·
verified ·
1 Parent(s): 760e6b0

Update RefRef.py

Browse files
Files changed (1) hide show
  1. RefRef.py +1 -1
RefRef.py CHANGED
@@ -66,7 +66,7 @@ class RefRef(datasets.GeneratorBasedBuilder):
66
  name=scene,
67
  gen_kwargs={
68
  "filepaths": os.path.join(f"https://huggingface.co/datasets/yinyue27/RefRef/resolve/main/image_data/textured_cube_scene/single-convex/{scene}/"),
69
- "split": split
70
  },
71
  ) for scene in ["ball", "ball_coloured", "cube", "cube_coloured"]
72
  ]
 
66
  name=scene,
67
  gen_kwargs={
68
  "filepaths": os.path.join(f"https://huggingface.co/datasets/yinyue27/RefRef/resolve/main/image_data/textured_cube_scene/single-convex/{scene}/"),
69
+ "split": scene
70
  },
71
  ) for scene in ["ball", "ball_coloured", "cube", "cube_coloured"]
72
  ]