File size: 1,461 Bytes
6d54fab
 
 
 
 
 
 
 
 
 
 
564ef51
6d54fab
ac096c8
564ef51
 
 
 
 
 
 
 
 
 
 
c12bdb4
 
564ef51
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a2317f7
 
 
 
 
6b64c76
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
41
42
43
44
45
46
47
48
49
---
license: mit
task_categories:
- depth-estimation
- keypoint-detection
- image-feature-extraction
pretty_name: AerialExtreMatch Benchmark
viewer: false
tags:
- image
---
# AerialExtreMatch — Benchmark Dataset

[Code](https://github.com/Xecades/AerialExtreMatch) | [Project Page](https://xecades.github.io/AerialExtreMatch/) | Paper (WIP)

This repo contains the **benchmark** set for our paper *AerialExtreMatch: A Benchmark for Extreme-View Image Matching and Localization*. 32 difficulty levels are included. We also provide [**train**](https://huggingface.co/datasets/Xecades/AerialExtreMatch-Train) and [**localization**](https://huggingface.co/datasets/Xecades/AerialExtreMatch-Localization) datasets.

## Usage

Simply clone this repository and unzip the dataset files.

```bash
git clone git@hf.co:datasets/Xecades/AerialExtreMatch-Benchmark
cd AerialExtreMatch-Benchmark
unzip "*.zip"
rm -rf *.zip
rm -rf .git
```

## Dataset Structure

After unpacking each .zip file:

<pre>
.
└── class_[id] <i>(class_0~class_31)</i>
    ├── class_[id].npy
    ├── depth: *.exr
    └── rgb: *.jpg
</pre>

 - Keys of `class_[id].npy` files: `['poses', 'intrinsics', 'depth', 'rgb', 'overlap', 'pitch', 'scale', 'pair']`.

## Classification Metric

Note that the actual folders are 0-indexed, but the table below is 1-indexed for consistency with the paper, i.e. level 5 corresponds to `class_4`.

![Classification Metric](metric.png)