hanngao commited on
Commit
dfb1ad1
·
verified ·
1 Parent(s): 9bcc221

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -3
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
- > Ranjay Krishna, Yuke Zhu, Oliver Groth, Justin Johnson, Kenji Hata, Joshua Kravitz, Stephanie Chen, Yannis Kalantidis, Li-Jia Li, David A. Shamma, Michael S. Bernstein, and
54
- Li Fei-Fei. Visual genome: Connecting language and vision using crowdsourced dense image annotations. International Journal of Computer Vision, 123:32–73, 2017.
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
+ ```