Skip to content

Commit 7813e96

Browse files
authored
Add arXiv link and bibtex to README
1 parent f57fc19 commit 7813e96

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is the code for the paper
44

5-
**Inferring and Executing Programs for Visual Reasoning**
5+
**<a href="https://arxiv.org/abs/1705.03633">Inferring and Executing Programs for Visual Reasoning</a>**
66
<br>
77
<a href='http://cs.stanford.edu/people/jcjohns/'>Justin Johnson</a>,
88
<a href='http://home.bharathh.info/'>Bharath Hariharan</a>,
@@ -18,6 +18,17 @@ This is the code for the paper
1818
<img src="https://github.com/facebookresearch/clevr-iep/blob/master/img/system.png" width="450px">
1919
</div>
2020

21+
If you find this code useful in your research then please cite
22+
23+
```
24+
@article{johnson2017inferring,
25+
title={Inferring and Executing Programs for Visual Reasoning},
26+
author={Johnson, Justin and Hariharan, Bharath and van der Maaten, Laurens and Hoffman, Judy and Fei-Fei, Li and Zitnick, C Lawrence and Girshick, Ross},
27+
journal={arXiv preprint arXiv:1705.03633},
28+
year={2017}
29+
}
30+
```
31+
2132
# Setup
2233

2334
All code was developed and tested on Ubuntu 16.04 with Python 3.5.

0 commit comments

Comments
 (0)