TensorFlow code for our paper [Link].
- Python 3.6
- Tensorflow (version >= 1.4.1)
- nltk, tqdm
Please follow the instructions in prepare_data.
python run.py --stage train
It takes about one hour to train the model with a Nvidia V100 GPU.
python run.py --stage test
Please cite the following paper in your publications if it helps your research:
@inproceedings{wu2018decoupled,
title = {Decoupled Novel Object Captioner},
author = {Wu, Yu and Zhu, Linchao and Jiang, Lu and Yang, Yi},
booktitle = {Proceedings of the 2018 ACM on Multimedia Conference (ACM MM)},
year = {2018}
}
To report issues for this code, please open an issue on the issues tracker.
If you have further questions about this paper, please do not hesitate to contact me.