Image Captioning on Mobile Phone
(Current version only supports Android phone, demonstration find here)
The steps to install "Captioner" on your phone:
- Download the models and networks:
- cnn_lstm.caffemodel: pre-trained model for image captioning
- cnn_deploy.prototxt: CNN network for inference
- lstm_deploy.prototxt: LSTM network for inference
- vocabulary.txt: vocabularg file for generating sentence
- Create a folder named "Captioner" on your phone, copy the downloaded files to "Captioner" folder.
- Import this repository to your project, install and run captioner.