一个神经图片描述生成器:A Neural Image Caption Generator
一个用 TensorFlow 实现的 图片到文字模型。
“看并且讲”模型是一个深度神经网络,可以学习如何描述图片内容。比如:
A TensorFlow implementation of the image-to-text model described in the paper:
“Show and Tell: Lessons learned from the 2015 MSCOCO Image Captioning Challenge.”
Oriol Vinyals, Alexander Toshev, Samy Bengio, Dumitru Erhan.
IEEE transactions on pattern analysis and machine intelligence (2016).
Full text available at: http://arxiv.org/abs/1609.06647
项目地址:https://github.com/tensorflow/models/tree/master/im2txt#introduction
原创文章,作者:fendouai,如若转载,请注明出处:https://panchuang.net/2017/06/19/%e4%b8%80%e4%b8%aa%e7%a5%9e%e7%bb%8f%e5%9b%be%e7%89%87%e6%8f%8f%e8%bf%b0%e7%94%9f%e6%88%90%e5%99%a8%ef%bc%9aa-neural-image-caption-generator/