Skip to content

Commit e5c2e55

Browse files
committed
Updated README
1 parent d03b3c7 commit e5c2e55

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
[![Lint&Tests](https://github.com/prime-slam/aero-vloc/actions/workflows/ci.yml/badge.svg)](https://github.com/prime-slam/aero-vloc/actions/workflows/ci.yml)
33
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
44

5-
This is the official repository for the paper "[Visual place recognition for aerial imagery: A survey](https://arxiv.org/abs/2406.00885)".
5+
This is the official repository for the paper "Visual place recognition for aerial imagery: A survey".
6+
7+
[arXiv](https://arxiv.org/abs/2406.00885) | [ScienceDirect](https://www.sciencedirect.com/science/article/abs/pii/S0921889024002215)
68

79
<img src="teaser.png">
810

@@ -32,13 +34,14 @@ However, you can use any dataset as a query sequence, please check `aero-vloc/pr
3234

3335
## Citation
3436
If this repository aids your research, please consider starring it ⭐️ and citing the paper:
35-
```
36-
@misc{moskalenko2024visual,
37-
title={Visual place recognition for aerial imagery: A survey},
38-
author={Ivan Moskalenko and Anastasiia Kornilova and Gonzalo Ferrer},
39-
year={2024},
40-
eprint={2406.00885},
41-
archivePrefix={arXiv},
42-
primaryClass={cs.CV}
37+
```bibtex
38+
@article{moskalenko2025visual,
39+
title={Visual place recognition for aerial imagery: A survey},
40+
author={Moskalenko, Ivan and Kornilova, Anastasiia and Ferrer, Gonzalo},
41+
journal={Robotics and Autonomous Systems},
42+
volume={183},
43+
pages={104837},
44+
year={2025},
45+
publisher={Elsevier}
4346
}
4447
```

0 commit comments

Comments
 (0)