RyanWW commited on
Commit
12d9d59
·
verified ·
1 Parent(s): d4cd991

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +12 -16
README.md CHANGED
@@ -32,27 +32,23 @@ Super-CLEVR is a synthetic dataset designed to systematically study the **domain
32
  - **Concept distribution** — shifts in the distribution of visual concepts
33
  - **Concept compositionality** — novel compositions of known concepts
34
 
35
- ## Dataset Structure
36
 
37
- Super-CLEVR contains **30,000 images** of vehicles (sourced from [UDA-Part](https://github.com/TACJu/UDA-Part)) randomly placed in 3D-rendered scenes, with **10 question-answer pairs per image** (300k QA pairs total). Vehicles include part-level annotations, enabling questions about distinct part attributes.
38
 
39
- ### Splits
40
 
41
- | Split | Images |
42
- |------------|-------------|
43
- | Train | 20,000 |
44
- | Validation | 5,000 |
45
- | Test | 5,000 |
46
 
47
- ### Files
48
 
49
- | File | Description |
50
- |------|-------------|
51
- | `images.zip` | 30k rendered scene images |
52
- | `superCLEVR_scenes.json` | Scene annotations (objects, parts, spatial relations) |
53
- | `superCLEVR_questions_30k.json` | Standard question-answer pairs |
54
- | `superCLEVR_questions_30k_NoRedundant.json` | Questions with redundancy removed |
55
- | `superCLEVR_questions_30k_AllRedundant.json` | Questions with maximum redundancy |
56
 
57
  ## Usage
58
 
 
32
  - **Concept distribution** — shifts in the distribution of visual concepts
33
  - **Concept compositionality** — novel compositions of known concepts
34
 
35
+ ## Dataset
36
 
37
+ Super-CLEVR contains 30k images of vehicles (from [UDA-Part](https://qliu24.github.io/udapart/)) randomly placed in the scenes, with 10 question-answer pairs for each image. The vehicles have part annotations and so the objects in the images can have distinct part attributes.
38
 
39
+ Here [[link]](https://www.cs.jhu.edu/~zhuowan/zhuowan/SuperCLEVR/obj_part_list/all_objects.html) is the list of objects and parts in Super-CLEVR scenes.
40
 
41
+ The first 20k images and paired are used for training, the next 5k for validation and the last 5k for testing.
 
 
 
 
42
 
43
+ The dataset is available on [Hugging Face](https://huggingface.co/datasets/RyanWW/Super-CLEVR):
44
 
45
+ | Data | Download Link |
46
+ |--------------------------|---|
47
+ | images | [images.zip](https://huggingface.co/datasets/RyanWW/Super-CLEVR/resolve/main/images.zip?download=true) |
48
+ | scenes | [superCLEVR_scenes.json](https://huggingface.co/datasets/RyanWW/Super-CLEVR/resolve/main/superCLEVR_scenes.json?download=true) |
49
+ | questions | [superCLEVR_questions_30k.json](https://huggingface.co/datasets/RyanWW/Super-CLEVR/resolve/main/superCLEVR_questions_30k.json?download=true) |
50
+ | questions (- redundancy) | [superCLEVR_questions_30k_NoRedundant.json](https://huggingface.co/datasets/RyanWW/Super-CLEVR/resolve/main/superCLEVR_questions_30k_NoRedundant.json?download=true) |
51
+ | questions (+ redundancy) | [superCLEVR_questions_30k_AllRedundant.json](https://huggingface.co/datasets/RyanWW/Super-CLEVR/resolve/main/superCLEVR_questions_30k_AllRedundant.json?download=true) |
52
 
53
  ## Usage
54