ICC-qi

Results 4 comments of ICC-qi

Try here: [https://gist.github.com/mavenlin/d802a5849de39225bcc6](url) Here is the Model Zoo of caffe: [https://github.com/BVLC/caffe/wiki/Model-Zoo#network-in-network-model](url) The model for imagenet is a little big(29M) and I failed to upload. But it is smaller than the...

@huafengw I have discarded the part of scala and use the codes in lua files of torch only. Thank you all the same very much for your answer.

Yes, you can use **search.lua** in /src/torch/**11-similarity-searcher-cnn-file** like this `$luajit search.lua test.jpg /home/.../A -dataFolder /home/.../B` A is the folder where test.jpg is located in; B is the dataset of images...

If you don't add the new option -dataFolder. The default folder of images dataset is /tiefvision/src/torch/data/encoded-images. Don't forget to move your images there.