Xecades commited on
Commit
bb12d8e
·
verified ·
1 Parent(s): 5aa4abe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -2
README.md CHANGED
@@ -9,6 +9,33 @@ tags:
9
  - image
10
  - geospatial
11
  ---
12
- # AerialExtreMatch: Localization Dataset
13
 
14
- WIP.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  - image
10
  - geospatial
11
  ---
12
+ # AerialExtreMatch Localization Dataset
13
 
14
+ [Code](https://github.com/Xecades/AerialExtreMatch) | [Project Page](https://extre.xecades.xyz/) | Paper (WIP)
15
+
16
+ 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.
17
+
18
+ > WARNING: working in progress.
19
+
20
+ ## Usage
21
+
22
+ Simply clone this repository.
23
+
24
+ ```bash
25
+ git clone git@hf.co:datasets/Xecades/AerialExtreMatch-Train
26
+ ```
27
+
28
+ ## Dataset Structure
29
+
30
+ <pre>
31
+ .
32
+ ├── HQref: *.tif
33
+ ├── LQref: *.tif,*.prj,*.tfw
34
+ ├── rgb: *.JPG
35
+ ├── gt_pose.txt
36
+ ├── intrinsic.txt <i>(see below)</i>
37
+ └── pose.txt <i>(see below)</i>
38
+ </pre>
39
+
40
+ - `pose.txt` provides the noisy prior UAV pose in the format: `name.JPG wq wx wy wz x y z`.
41
+ - `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`.