Open zjjott opened 7 years ago
@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.
Have you used python to make the algorithm running ?
@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
matlab is too expensive.. or maybe it can be completely implemented by caffe?