AerialExtreMatch-Train
收藏资源简介:
AerialExtreMatch Train数据集是一个用于图像匹配和定位基准的极端视角图像训练集。它包含了用于深度估计、关键点检测和图像特征提取的图像数据。数据集的组织结构包括场景信息文件和城市特定文件夹,每个文件夹中包含查询和参考图像的内在参数、姿态、深度和RGB图像。
The AerialExtreMatch Train Dataset is an extreme-view image training dataset serving as a benchmark for image matching and localization tasks. It encompasses image data applicable to depth estimation, keypoint detection, and image feature extraction. The dataset's organizational structure comprises scene information files and city-specific folders, with each folder housing the intrinsic parameters, camera poses, depth data, and RGB images for both query and reference images.
AerialExtreMatch — Train Dataset 概述
数据集基本信息
- 许可证: MIT
- 任务类别:
- 深度估计 (depth-estimation)
- 关键点检测 (keypoint-detection)
- 图像特征提取 (image-feature-extraction)
- 标签: 图像 (image)
- 数据集名称: AerialExtreMatch Train
- 相关资源:
数据集用途
- 用于论文《AerialExtreMatch: A Benchmark for Extreme-View Image Matching and Localization》的训练集。
数据集结构
解压后的目录结构如下:
. ├── scene_info: *.npz (例如 Tokyo3_100@-98@-185@67@0@90.npz) └── [city_id] (例如 Tokyo3) ├── computed_pairs.txt ├── overlap_5_30.txt ├── overlap_30_50.txt ├── overlap_50_plus.txt ├── query │ ├── intrinsic.txt │ ├── poses.txt │ ├── depth: *.exr │ └── rgb: *.jpg └── reference ├── intrinsic.txt ├── poses.txt ├── depth: *.exr └── rgb: *.jpg
文件格式说明
- .npz 文件键值:
[poses, intrinsics, depth, rgb, overlap, pair] - intrinsic.txt 格式:
name PINHOLE w h fx fy cx cy - poses.txt 格式:
name qw qx qy qz x y z(w2c)
使用说明
-
克隆仓库: bash git clone git@hf.co:datasets/Xecades/AerialExtreMatch-Train cd AerialExtreMatch-Train unzip "*.zip"
-
解压所有 .zip 文件。
注意事项
- 当前数据集为工作进展中 (WIP)。




