Datasets:
License:
File size: 1,333 Bytes
2b384ac 0ac0550 5aa4abe bb12d8e 5aa4abe e57d8c6 bb12d8e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 |
---
license: mit
task_categories:
- depth-estimation
- keypoint-detection
pretty_name: AerialExtreMatch Localization
viewer: false
tags:
- image
- geospatial
---
# AerialExtreMatch — Localization Dataset
[Code](https://github.com/Xecades/AerialExtreMatch) | [Project Page](https://xecades.github.io/AerialExtreMatch/) | Paper (WIP)
This repo contains the **localization** set for our paper *AerialExtreMatch: A Benchmark for Extreme-View Image Matching and Localization*. Two different quality map and 264 query images are included. We also provide [**benchmark**](https://huggingface.co/datasets/Xecades/AerialExtreMatch-Benchmark) and [**train**](https://huggingface.co/datasets/Xecades/AerialExtreMatch-Train) datasets.
## Usage
Simply clone this repository.
```bash
git clone [email protected]:datasets/Xecades/AerialExtreMatch-Train
```
## Dataset Structure
<pre>
.
├── HQref: *.tif
├── LQref: *.tif,*.prj,*.tfw
├── rgb: *.JPG
├── gt_pose.txt
├── intrinsic.txt <i>(see below)</i>
└── pose.txt <i>(see below)</i>
</pre>
- `pose.txt` provides the noisy prior UAV pose in the format: `name.JPG wq wx wy wz x y z`.
- `intrinsic.txt` provides the intrinsic parameters of the UAV camera. Only undistorted images and parameters are provided. Format: `name.JPG PINHOLE width height fx fy cx cy`.
|