Commit 249bd8a7 authored by holzinger's avatar holzinger
Browse files

Update README.md

parent 72bd09f6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -4,9 +4,9 @@

This gitlab contains code for the software project course during Sommersemester 2018.
The Goal is to produce automatic generated captions for images (see [System](#system))
We based our work on the following paper: **Show and tell: A neural image caption generator** [PDF](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.761.3284&rep=rep1&type=pdf)
and its successors **Show and tell: Lessons learned from the 2015 mscoco image captioning challenge** [PDF](https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=7505636)
and **Show, attend and tell: Neural image caption generation with visual attention** [PDF](http://proceedings.mlr.press/v37/xuc15.pdf).
We based our work on the following paper: **Show and tell: A neural image caption generator** [[PDF](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.761.3284&rep=rep1&type=pdf)]
and its successors **Show and tell: Lessons learned from the 2015 mscoco image captioning challenge** [[PDF](https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=7505636)]
and **Show, attend and tell: Neural image caption generation with visual attention** [[PDF](http://proceedings.mlr.press/v37/xuc15.pdf)].


## Additional material