jdsannchao
commited on
Commit
•
d0aca25
1
Parent(s):
da125d5
Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ license: apache-2.0
|
|
4 |
|
5 |
Here we create two datasets (from existing datasets: CLEVRER, VisualGenome) for the Object Counting instruction tuning task.
|
6 |
|
7 |
-
### CLEVRER
|
8 |
|
9 |
CLEVRER has QA pairs for each 5000 training videos.
|
10 |
```json
|
@@ -12,14 +12,14 @@ CLEVRER has QA pairs for each 5000 training videos.
|
|
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
|
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
|
23 |
|
24 |
We generate some negative questions for non-exist objects in the image. We use the version 1 image sets. Download from: https://homes.cs.washington.edu/~ranjay/visualgenome/api.html
|
25 |
|
|
|
4 |
|
5 |
Here we create two datasets (from existing datasets: CLEVRER, VisualGenome) for the Object Counting instruction tuning task.
|
6 |
|
7 |
+
### CLEVRER, a video dataset
|
8 |
|
9 |
CLEVRER has QA pairs for each 5000 training videos.
|
10 |
```json
|
|
|
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 (asking for non-exist objects) questions, so we skip generating negative samples for CLEVRER.
|
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, a image dataset
|
23 |
|
24 |
We generate some negative questions for non-exist objects in the image. We use the version 1 image sets. Download from: https://homes.cs.washington.edu/~ranjay/visualgenome/api.html
|
25 |
|