kevinlin311tw / caffe-cvprw15

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

How to train a new model using my own dataset? #9

Closed brisker closed 8 years ago

brisker commented 8 years ago

How to train a new model using my own dataset? Thank you !

kevinlin311tw commented 8 years ago

Prepare your training data, and fine-tune alexnet with latent layer.

kevinlin311tw commented 8 years ago

We use imagenet mean binaryproto file.

On 2016年7月1日, at 上午7:25, jccdoer notifications@github.com wrote:

@kevinlin311tw thanks, I have successfully run the code and got the model. But I am puzzled that in the "examples/cvprw15-cifar10" there is no mean.binaryproto file. Could you please tell me why? There is no need of mean-image-value files for your model?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.