caffe-cvprw15 icon indicating copy to clipboard operation
caffe-cvprw15 copied to clipboard

Can this project support octive to replace matlab

Open zjjott opened this issue 7 years ago • 3 comments

matlab is too expensive.. or maybe it can be completely implemented by caffe?

zjjott avatar Sep 20 '17 07:09 zjjott

@zjjott The matlab code is only for feature extraction and retrieval evaluation. Caffe provides python interface. If you don't want to use matlab, python is a good choice.

wzvoid avatar Sep 24 '17 08:09 wzvoid

Have you used python to make the algorithm running ?

hengshan123 avatar Sep 28 '17 06:09 hengshan123

@hengshanji yes,I read these code,and use caffe only to run this model actually,in caffe example:https://github.com/BVLC/caffe/blob/master/examples/00-classification.ipynb can simply replace it with kevinNet model define file and pretrain file

zjjott avatar Sep 28 '17 08:09 zjjott