Closed lannester666 closed 1 year ago
Hi @lannester666, we use the pre-trained network from https://github.com/uzh-rpg/netvlad_tf_open. If you want to train your own network in Python with PyTorch, please see for example our https://github.com/QVPR/Patch-NetVLAD repository (but please note you would need to change the code here to work with this repository rather than with the netvlad_tf_open repo which is based on tensorflow.
Thank you for your answer!^_^
Hi, thank you for sharing your great work! We want to train the model from scratch and see how it works, however, we find that you directly share the trained checkpoints without the training code. Can you share this part so we can learn about your work more in detail?