Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# CLEVR Count All Webdataset (Test set only)
|
| 2 |
+
|
| 3 |
+
Original paper: [CLEVR: A Diagnostic Dataset for Compositional Language and Elementary Visual Reasoning](https://arxiv.org/pdf/1612.06890.pdf)
|
| 4 |
+
|
| 5 |
+
Homepage: https://cs.stanford.edu/people/jcjohns/clevr/
|
| 6 |
+
|
| 7 |
+
Bibtex:
|
| 8 |
+
```
|
| 9 |
+
@article{DBLP:journals/corr/JohnsonHMFZG16,
|
| 10 |
+
author = {Justin Johnson and
|
| 11 |
+
Bharath Hariharan and
|
| 12 |
+
Laurens van der Maaten and
|
| 13 |
+
Li Fei{-}Fei and
|
| 14 |
+
C. Lawrence Zitnick and
|
| 15 |
+
Ross B. Girshick},
|
| 16 |
+
title = {{CLEVR:} {A} Diagnostic Dataset for Compositional Language and Elementary
|
| 17 |
+
Visual Reasoning},
|
| 18 |
+
journal = {CoRR},
|
| 19 |
+
volume = {abs/1612.06890},
|
| 20 |
+
year = {2016},
|
| 21 |
+
url = {http://arxiv.org/abs/1612.06890},
|
| 22 |
+
eprinttype = {arXiv},
|
| 23 |
+
eprint = {1612.06890},
|
| 24 |
+
timestamp = {Sat, 19 Oct 2019 16:30:04 +0200},
|
| 25 |
+
biburl = {https://dblp.org/rec/journals/corr/JohnsonHMFZG16.bib},
|
| 26 |
+
bibsource = {dblp computer science bibliography, https://dblp.org}
|
| 27 |
+
}
|
| 28 |
+
```
|