Tobias-Fischer / ensemble-event-vpr

Code for our RA-L2020 paper
32 stars 6 forks source link

About training from scratch #4

Closed lannester666 closed 1 year ago

lannester666 commented 1 year ago

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?

Tobias-Fischer commented 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.

lannester666 commented 1 year ago

Thank you for your answer!^_^