Skip to content

caomw/image-captioning

 
 

Repository files navigation

image-captioning

Introduction

This repository contains sample code for A Distributed Representation Based Query Expansion Approach for Image Captioning.

For more details, please visit the project page.

Requirements

  • Python 2.7 (Packages such as numpy, scipy etc)

You can install these packages with pip. To install all dependencies at once, just run the following command.

	pip install -r requirements.txt

Installation

Notes

  • We provide pre-trained word vectors but you can train your word vectors or use another pre-trained word vectors.

Demo

  • A sample image captioning task is implemented in demo.py

Citing

If you find this software useful in your research, please consider citing:

	@inproceedings{yagcioglu2015captioning,
	author 	= {Yagcioglu, Semih and Erdem, Erkut and Erdem, Aykut and Çakıcı Ruket},
	title 	= {A Distributed Representation Based Query Expansion Approach for
	Image Captioning},
	booktitle = {Proceedings of the 53rd Annual Meeting of the Association for
	Computational Linguistics and The 7th International Joint Conference of
	the Asian Federation of Natural Language Processing},
	year 	= {2015},
	organization 	= {ACL}}

Licence

MIT Licence.

About

Image Captioning is a project that implements A Distributed Representation Based Query Expansion Approach for Image Captioning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 62.1%
  • Python 36.9%
  • Makefile 1.0%