neural network - How to extract image features using caffe matlab wrapper? -


does use matlab wrapper caffe framework? there way how extract 4096 dimensional feature vector image? following

https://github.com/bvlc/caffe/issues/432

and tried remove last lines in imagenet_deploy.prototxt remove layers suggested in forum on github.

but still when run "matcaffe_demo(im, 1)" 1000 dim vector of scores (for image net classes). appreciated kind regards

it seems might not calling correct prototxt file. if last layer defined in prototxt has top blob of 4096 dimension, there no way output 1000 dimension.

to sure, try creating bug in prototxt file , see whether program crashes. if doesn't program indeed reading other prototxt file.


Comments

Popular posts from this blog

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

java - Could not locate OpenAL library -

sorting - opencl Bitonic sort with 64 bits keys -