Xecades commited on
Commit
564ef51
·
verified ·
1 Parent(s): 6d54fab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -2
README.md CHANGED
@@ -9,6 +9,37 @@ viewer: false
9
  tags:
10
  - image
11
  ---
12
- # AerialExtreMatch: Benchmark Dataset
13
 
14
- WIP.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  tags:
10
  - image
11
  ---
12
+ # AerialExtreMatch Benchmark Dataset
13
 
14
+ [Code](https://github.com/Xecades/AerialExtreMatch) | Project Page (WIP) | Paper (WIP)
15
+
16
+ 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.
17
+
18
+ > WARNING: working in progress.
19
+
20
+ ## Usage
21
+
22
+ Simply clone this repository and unzip the dataset files.
23
+
24
+ ```bash
25
+ git clone git@hf.co:datasets/Xecades/AerialExtreMatch-Benchmark
26
+ cd AerialExtreMatch-Benchmark
27
+ unzip "*.zip"
28
+ ```
29
+
30
+ TODO: provide a python example.
31
+
32
+ ## Dataset Structure
33
+
34
+ After unpacking each .zip file:
35
+
36
+ <pre>
37
+ .
38
+ └── class_[id] <i>(class_0~class_31)</i>
39
+    ├── class_[id].npy
40
+    ├── depth: *.exr
41
+    └── rgb: *.jpg
42
+ </pre>
43
+
44
+ - Keys of `class_[id].npy` files: `['poses', 'intrinsics', 'depth', 'rgb', 'overlap', 'pitch', 'scale', 'pair']`.
45
+ - Refer to original paper for details on classification.