Datasets:
Upload README.md with huggingface_hub
Browse files
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
|
| 36 |
|
| 37 |
-
Super-CLEVR contains
|
| 38 |
|
| 39 |
-
|
| 40 |
|
| 41 |
-
|
| 42 |
-
|------------|-------------|
|
| 43 |
-
| Train | 20,000 |
|
| 44 |
-
| Validation | 5,000 |
|
| 45 |
-
| Test | 5,000 |
|
| 46 |
|
| 47 |
-
|
| 48 |
|
| 49 |
-
|
|
| 50 |
-
|------
|
| 51 |
-
|
|
| 52 |
-
|
|
| 53 |
-
|
|
| 54 |
-
|
|
| 55 |
-
|
|
| 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 |
|