The Dataset Viewer has been disabled on this dataset.

AerialExtreMatch β€” Benchmark Dataset

Code | Project Page | 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 and localization datasets.

Usage

Simply clone this repository and unzip the dataset files.

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:

.
└── class_[id] (class_0~class_31)
    β”œβ”€β”€ class_[id].npy
    β”œβ”€β”€ depth: *.exr
    └── rgb: *.jpg
  • 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

Downloads last month
324