Skip to content

Implementation of CNN+CNN: Convolutionals Decoders for Image Captioning

License

Notifications You must be signed in to change notification settings

noctrog/cnn_image_captioning

Repository files navigation

CNN-CNN Image captioning

Image captioning done entirely with CNNs, implemented in Pytorch and based on the paper CNN+CNN: Convolutional Decoders for Image Captioning, written by Qingzhong Wang and Antoni B. Chan.

The model was trained using the COCO dataset, using the splitting between training and validation as provided by the authors.

Samples

Samples

Edit the makefile and change image and caption folders to your dataset path. Also you can specify different learning rates and batch size.

To train the simple model, run

	make train_cnn_cnn_ce

To train the hierarchical attention model, run

	make train_cnn_cnn_ha_ce

Model weights will be saved to weigths/cnn_cnn_ce<vocab_size><embedding_dim><language_layers>.dat

Inference

Using the inference.py script, you can feed the model any picture you want

	python inference.py -i <path_to_picture>

Dependencies

Motivation

This project was done as the final project for the subject of Computer Vision at the Robotics Engineering degree at Alicante's University.

About

Implementation of CNN+CNN: Convolutionals Decoders for Image Captioning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published