paucarre / tiefvision

End-to-end deep learning image-similarity search engine
Apache License 2.0
765 stars 186 forks source link

Downloading models and dataset #51

Closed dhimanpd closed 7 years ago

dhimanpd commented 7 years ago

Hi,

While trying to follow steps given in developer.md, I got stuck in Transfer Learning step. It could not find nin_imagenet.caffemodel required in split-encoder-classifier.lua

Please let me know if there is any tool to download dataset and model files required to reproduce you results.

Thanks, Prince

jteng commented 7 years ago

the image required in split-encorder-classifier 'Goldfish3.jpg' is also missing...

plippe commented 7 years ago

Hi,

You can find download links for all of those in bin/unsupervised_similarity. The script is still a work in progress, but it does show the simplest way to run unsupervised similarity.

Don't hesitate to ask if you need more help.

jteng commented 7 years ago

@Plippe thanks!