Awesome
where-image
Old code used by the first version of the paper "Where to put the Image in an Image Caption Generator". [https://arxiv.org/abs/1703.09137v1] prior to review. See new version at [https://github.com/mtanti/where-image2].
This paper is a comparative evaluation of different ways to incorporate an image into an image caption generator neural network.
Works on both python 2 and python 3 (except for the MSCOCO evaluation toolkit which requires python 2).
Python dependencies (install all with pip):
- theano
- configparser
- future