Update README.md
Browse files
README.md
CHANGED
|
@@ -50,6 +50,15 @@ Images in this benchmark dataset are sourced from the [Visual Genome Dataset (Ve
|
|
| 50 |
- The Visual Genome dataset is licensed under [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/)
|
| 51 |
|
| 52 |
The dataset was introduced by:
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 50 |
- The Visual Genome dataset is licensed under [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/)
|
| 51 |
|
| 52 |
The dataset was introduced by:
|
| 53 |
+
```bibtex
|
| 54 |
+
@article{krishna2017visual,
|
| 55 |
+
title={Visual Genome: Connecting Language and Vision Using Crowdsourced Dense Image Annotations},
|
| 56 |
+
author={Ranjay Krishna and Yuke Zhu and Oliver Groth and Justin Johnson and Kenji Hata and Joshua Kravitz and Stephanie Chen and Yannis Kalantidis and Li-Jia Li and David A. Shamma and Michael S. Bernstein and Li Fei-Fei},
|
| 57 |
+
journal={International Journal of Computer Vision},
|
| 58 |
+
year={2017},
|
| 59 |
+
volume={123},
|
| 60 |
+
pages={32-73},
|
| 61 |
+
url={https://doi.org/10.1007/s11263-016-0981-7},
|
| 62 |
+
doi={10.1007/s11263-016-0981-7}
|
| 63 |
+
}
|
| 64 |
+
```
|