The Dataset Viewer has been disabled on this dataset.
AerialExtreMatch β Train Dataset
Code | Project Page | Paper (WIP)
This repo contains the training set for our paper AerialExtreMatch: A Benchmark for Extreme-View Image Matching and Localization. We also provide benchmark and localization datasets.
Usage
Simply clone this repository and unzip the dataset files.
git clone git@hf.co:datasets/Xecades/AerialExtreMatch-Train
cd AerialExtreMatch-Train
unzip "*.zip"
rm -rf *.zip
rm -rf .git
Dataset Structure
After unpacking each .zip file:
. βββ scene_info: *.npz (e.g. Tokyo3_100@-98@-185@67@0@90.npz) βββ [city_id] (e.g. Tokyo3) βββ computed_pairs.txt βββ overlap_5_30.txt βββ overlap_30_50.txt βββ overlap_50_plus.txt βββ query β βββ intrinsic.txt (see below) β βββ poses.txt (see below) β βββ depth: *.exr β βββ rgb: *.jpg βββ reference βββ intrinsic.txt (see below) βββ poses.txt (see below) βββ depth: *.exr βββ rgb: *.jpg
- Keys of
.npz
files inscene_info
:['poses', 'intrinsics', 'depth', 'rgb', 'overlap', 'pair']
. - Format of
intrinsic.txt
:name PINHOLE w h fx fy cx cy
. - Format of
poses.txt
:name qw qx qy qz x y z
. (w2c)
- Downloads last month
- 149