Update README.md
Browse files
README.md
CHANGED
@@ -10,13 +10,13 @@ CLEVRER has QA pairs for each 5000 training videos.
|
|
10 |
```json
|
11 |
{'video_filename': int, 'scene_index': str (same as filename), 'questions': list [{'question_type': , 'question_subtype': , 'question_text': , 'answer_text': , 'program'(question attributes): }]}
|
12 |
```
|
13 |
-
We select 'descriptive' type, 'count' subtype questions, they are object counting.
|
14 |
|
15 |
CLEVRER contains both positive questions and negative (non-exist) questions, so no need to construct negative samples.
|
16 |
|
17 |
-
|
18 |
|
19 |
-
|
20 |
|
21 |
|
22 |
### VisualGenome
|
|
|
10 |
```json
|
11 |
{'video_filename': int, 'scene_index': str (same as filename), 'questions': list [{'question_type': , 'question_subtype': , 'question_text': , 'answer_text': , 'program'(question attributes): }]}
|
12 |
```
|
13 |
+
We select 'descriptive' type, 'count' subtype questions, they are object counting task questions. In the 'program' list, it shows how complex the question is (longer means more complex), so we filter out those longer than 9 to reduce difficulty.
|
14 |
|
15 |
CLEVRER contains both positive questions and negative (non-exist) questions, so no need to construct negative samples.
|
16 |
|
17 |
+
Some questions are 'event' specific, counting moving/stationary objects when a certain event happens. i.e., 'How many objects are stationary when the yellow object enters the scene?'
|
18 |
|
19 |
+
Downloading videos from: http://clevrer.csail.mit.edu/
|
20 |
|
21 |
|
22 |
### VisualGenome
|