8000 GitHub - jarvisyjw/netvlad: Make netvlad easy by adding torch hub support.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jarvisyjw/netvlad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NetVLAD_torch_hub

This repo provides support for using NetVLAD for inference only purpose with a single line of code (aka torch hub).

Install Depends

pip install -r requirements.txt

Example Usage

model = torch.hub.load("jarvisyjw/netvlad", 'my_model', model_name=VGG16-NetVLAD-Pitts30K, whiten=True)
  • A retrieval example is provided in test_model.py
python test_model.py

Gives results:

Resized Image

Resized Image

Resized Image

Resized Image

Resized Image

Acknowledgement

HLoc, VPR-methods-evaluation

About

Make netvlad easy by adding torch hub support.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0