Chien-Hung / ImageRetrievalGUI

Image Retrieval (Metric Learning) GUI
MIT License
6 stars 1 forks source link

trained checkpoints embeddings 512 #4

Open mbgarcia89 opened 1 year ago

mbgarcia89 commented 1 year ago

The models in

"Or you can download the trained checkpoints [cub200_checkpoint.pth.tar] / [cars196_checkpoint.pth.tar]"

have a 128 embedded size, where is it possible to download the models for a 512 embedding size?

Chien-Hung commented 1 year ago

I don't have 512 embedding model. You should train GoogLeNet model (512 embedding) according to the Deep-Metric-Learning-Baselines project.