TobiasRobotics
commited on
Provide README
Browse files
README.md
CHANGED
@@ -1,3 +1,29 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-4.0
|
3 |
+
tags:
|
4 |
+
- computer vision
|
5 |
+
- robotics
|
6 |
+
- event cameras
|
7 |
+
pretty_name: Brisbane Event VPR
|
8 |
+
arxiv: 2006.02826
|
9 |
---
|
10 |
+
This dataset accompanies the following publication, please cite this publication if you use this dataset:
|
11 |
+
|
12 |
+
Fischer, T. and Milford, M., 2020. Event-Based Visual Place Recognition With Ensembles of Temporal Windows. IEEE Robotics and Automation Letters, 5(4), pp.6924-6931.
|
13 |
+
|
14 |
+
```bibtex
|
15 |
+
@article{fischer2020event,
|
16 |
+
title={Event-Based Visual Place Recognition With Ensembles of Temporal Windows},
|
17 |
+
author={Fischer, Tobias and Milford, Michael},
|
18 |
+
journal={IEEE Robotics and Automation Letters},
|
19 |
+
volume={5},
|
20 |
+
number={4},
|
21 |
+
pages={6924--6931},
|
22 |
+
year={2020}
|
23 |
+
}
|
24 |
+
```
|
25 |
+
|
26 |
+
The dataset contains five sequences of recordings. For each recording, a denoised `parquet` file is made available.
|
27 |
+
The source files for these `parquet` files can be found on [Zenodo](https://zenodo.org/records/4302805).
|
28 |
+
We also provide associated GPS information (`*.nmea`) files recorded using the consumer camera.
|
29 |
+
Please see the [associated code repository](https://github.com/Tobias-Fischer/sparse-event-vpr) for more information.
|