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

vgg_feats.mat file is being created but its having very small size of 194bytes. Why so? #47

Open amangupta199334 opened 8 years ago

amangupta199334 commented 8 years ago

I think features are not being written in vgg file. I tried running "py_caffe_feat_extract.py" using both the codes you provided in matlab_features_reference and python_features folders separately. By both, I am getting same sized file. Please help me in CNN feature extraction from images.