QVPR / Patch-NetVLAD

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

Pytorch GPU Installation #13

Closed WHBSmith closed 3 years ago

WHBSmith commented 3 years ago

Could be good to change the installation instructions for Conda/Mamba to include Pytorch GPU instead of CPU as this throws an error out of the box.

Also minor typo:

https://github.com/QVPR/Patch-NetVLAD/blob/9593f38bca7233b3d35c1f0b012348039789fc66/match_two.py#L151

opt.plot_save_path -> plot_save_path?

StephenHausler commented 3 years ago

Hi AntiDoctor, we will update the instructions, thanks for this suggestion. Also thanks for picking up this bug, yep it should be plot_save_path. This bug has been fixed now.