karpathy / neuraltalk

NeuralTalk is a Python+numpy project for learning Multimodal Recurrent Neural Networks that describe images with sentences.
5.4k stars 1.32k forks source link

Have you implemented Visual-Semantic Alignments ? #40

Closed qmiwang closed 8 years ago

qmiwang commented 8 years ago

Thanks for your kindness to release these codes! It helps me a lot! I am interested in your cvpr paper : Deep Visual-Semantic Alignments for Generating Image Descriptions. But I did not found anything about Visual-Semantic Alignments in this released code, have I missed something ? thanks !

healthyjk commented 8 years ago

I think you can download the code of his paper in nips 2014 from here http://cs.stanford.edu/people/karpathy/. I think it's a basic prototype of Visual-Semantic Alignment.

qmiwang commented 8 years ago

@healthyjk Thank you !

karpathy commented 8 years ago

I did not release the ranking part, only the generation part. The NIPS code gives the gist though.