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

extract_features python script updated. Some input flags (caffe and o… #30

Closed SimoV8 closed 9 years ago

SimoV8 commented 9 years ago

extract_features python script updated. Some input flags (caffe and out) are now optional. Added bicubic interpolation to imresize. The vgg_feats.mat is now generated at the end of the script.

karpathy commented 9 years ago

Thanks, looks good!