Last active
April 10, 2018 20:57
-
-
Save dipakc/37f4355cb824a8b3100d586433e13914 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "image_index": 0, | |
| "program": [ | |
| { | |
| "inputs": [], | |
| "function": "scene", | |
| "value_inputs": [] | |
| }, | |
| { | |
| "inputs": [ | |
| 0 | |
| ], | |
| "function": "filter_size", | |
| "value_inputs": [ | |
| "large" | |
| ] | |
| }, | |
| { | |
| "inputs": [ | |
| 1 | |
| ], | |
| "function": "filter_color", | |
| "value_inputs": [ | |
| "green" | |
| ] | |
| }, | |
| { | |
| "inputs": [ | |
| 2 | |
| ], | |
| "function": "count", | |
| "value_inputs": [] | |
| }, | |
| { | |
| "inputs": [], | |
| "function": "scene", | |
| "value_inputs": [] | |
| }, | |
| { | |
| "inputs": [ | |
| 4 | |
| ], | |
| "function": "filter_size", | |
| "value_inputs": [ | |
| "large" | |
| ] | |
| }, | |
| { | |
| "inputs": [ | |
| 5 | |
| ], | |
| "function": "filter_color", | |
| "value_inputs": [ | |
| "purple" | |
| ] | |
| }, | |
| { | |
| "inputs": [ | |
| 6 | |
| ], | |
| "function": "filter_material", | |
| "value_inputs": [ | |
| "metal" | |
| ] | |
| }, | |
| { | |
| "inputs": [ | |
| 7 | |
| ], | |
| "function": "filter_shape", | |
| "value_inputs": [ | |
| "cube" | |
| ] | |
| }, | |
| { | |
| "inputs": [ | |
| 8 | |
| ], | |
| "function": "count", | |
| "value_inputs": [] | |
| }, | |
| { | |
| "inputs": [ | |
| 3, | |
| 9 | |
| ], | |
| "function": "greater_than", | |
| "value_inputs": [] | |
| } | |
| ], | |
| "question_index": 0, | |
| "image_filename": "CLEVR_train_000000.png", | |
| "question_family_index": 2, | |
| "split": "train", | |
| "answer": "yes", | |
| "question": "Are there more big green things than large purple shiny cubes?" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment