QVPR / Patch-NetVLAD

Code for the CVPR2021 paper "Patch-NetVLAD: Multi-Scale Fusion of Locally-Global Descriptors for Place Recognition"
MIT License
517 stars 72 forks source link

keywords: 'optimizer' and 'epoch' #31

Closed cxy1996 closed 2 years ago

cxy1996 commented 2 years ago

hi :) Can you tell me why there are no 'optimizer' and 'epoch' keywords when I load your model(mapillary_WPCA4096.pth.tar)? thanks

Tobias-Fischer commented 2 years ago

Hi, this is because we don't save those keywords when adding the PCA layer in https://github.com/QVPR/Patch-NetVLAD/blob/main/add_pca.py

Feel free to open a PR adding those keywords if you need them for some reason.

cxy1996 commented 2 years ago

Thanks, great work!