Skip to content

Commit

Permalink
added README
Browse files Browse the repository at this point in the history
  • Loading branch information
vnmsklnk committed Nov 5, 2023
1 parent f688cfe commit 2a536f8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# aero-vloc
aero-vloc is a tool for UAVs localization using different VPR systems and feature matchers.
VPR systems AnyLoc, CosPlace, EigenPlaces, MixVPR, NetVLAD are now supported as well as LightGlue and SuperGlue keypoint matchers.

## Weights
Weights for MixVPR, NetVLAD and SuperGlue as well as cluster centers for AnyLoc can be downloaded [here](https://drive.google.com/file/d/1JJWjbaY59XNICiXfQYdwoTYC6pIbzc_4/view?usp=sharing).
All other necessary files for CosPlace, EigenPlaces and SuperPoint will be downloaded automatically via TorchHub.

## Usage
Please check `example.ipynb` for an example of localizing and using the Recall metric.

0 comments on commit 2a536f8

Please sign in to comment.