Update README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,42 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
---
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
|
5 |
+
<h2 align="center">FaVoR: Features via Voxel Rendering for Camera Relocalization
|
6 |
+
</h2>
|
7 |
+
|
8 |
+
<p align="center">
|
9 |
+
A feature renderer for 3D feature points representation for robust camera localization.
|
10 |
+
<br/>
|
11 |
+
<a href="https://papers.starslab.ca/favor/">Webpage</a>
|
12 |
+
路
|
13 |
+
<a href="https://github.com/utiasSTARS/FaVoR/issues">Report Bug</a>
|
14 |
+
路
|
15 |
+
<a href="https://github.com/utiasSTARS/FaVoR/issues">Request Feature</a>
|
16 |
+
</p>
|
17 |
+
|
18 |
+
<div align="center">
|
19 |
+
<a href="https://github.com/jpl-x/x_multi_agent">
|
20 |
+
<img src="media/video_desc_invariance.gif" alt="demo" >
|
21 |
+
</a>
|
22 |
+
</div>
|
23 |
+
|
24 |
+
This repo contains the models for the paper **FaVoR: Features via Voxel Rendering for Camera Relocalization**
|
25 |
+
([PDF](https://arxiv.org/pdf/2409.07571)) by [Vincenzo Polizzi](https://polivi.iobii.com)
|
26 |
+
, [Marco Cannici](https://marcocannici.github.io/), [Davide Scaramuzza](http://rpg.ifi.uzh.ch/people_scaramuzza.html)
|
27 |
+
and [Jonathan Kelly](https://starslab.ca/people/prof-jonathan-kelly/).
|
28 |
+
For an overview of our method, check out our [webpage](https://papers.starslab.ca/favor/).
|
29 |
+
|
30 |
+
If you use any of these models, please cite the following publication:
|
31 |
+
|
32 |
+
```bibtex
|
33 |
+
@misc{polizzi2024arXiv,
|
34 |
+
title = {FaVoR: Features via Voxel Rendering for Camera Relocalization},
|
35 |
+
author = {Vincenzo Polizzi and Marco Cannici and Davide Scaramuzza and Jonathan Kelly},
|
36 |
+
year = {2024},
|
37 |
+
eprint = {2409.07571},
|
38 |
+
archivePrefix = {arXiv},
|
39 |
+
primaryClass = {cs.CV},
|
40 |
+
url = {https://arxiv.org/abs/2409.07571},
|
41 |
+
}
|
42 |
+
```
|