kevinlin311tw / caffe-cvprw15

:heart::coffee: Deep Learning of Binary Hash Codes for Fast Image Retrieval (CVPRW15)
Other
526 stars 218 forks source link

Can this project support octive to replace matlab #27

Open zjjott opened 7 years ago

zjjott commented 7 years ago

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

wzvoid commented 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.

hengshan123 commented 7 years ago

Have you used python to make the algorithm running ?

zjjott commented 7 years ago

@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