vandal-vpr / vg-transformers

Official Repository of "Learning Sequential Descriptors for Sequence-based Visual Place Recognition "
MIT License
39 stars 5 forks source link

Doubts in dataset loading #18

Closed divyagupta25 closed 1 year ago

divyagupta25 commented 1 year ago

Hi, I want to understand the training of CCT384 + SeqVLAD model on MSLS. I have some doubts in dataset loading.

Could you please help me with these? Thanks in advance!

ga1i13o commented 1 year ago

hello,

so in the end it contains the indexes of query, positive, and negative sequences

the structure self.pIdx contains for each query sequences the indexes of hard positive sequences

hope I was clear

divyagupta25 commented 1 year ago

Thank you so much for your response. All my doubts are cleared.

I have a few more queries and was hoping if you could please elaborate on these.

Thanks!

ga1i13o commented 1 year ago

Hello,

hope I was clear

divyagupta25 commented 1 year ago

Thanks a lot for the clarification. I have a few follow up questions on the initialization of cluster centroids.

ga1i13o commented 1 year ago

Hello, sorry for the delay.

the answer is the same to the other questions I guess

divyagupta25 commented 1 year ago

Thank you for your response! Both the links that you have given are the same. Is there any typo here?

ga1i13o commented 1 year ago

yes sorry, this is the right link https://github.com/Nanne/pytorch-NetVlad/blob/master/netvlad.py

divyagupta25 commented 1 year ago

Thank you so much for your help! Closing the thread