rdnet
收藏资源简介:
rdnet数据集是一个用于评估径向畸变下相对位姿估计的新基准,包含两个场景,使用不同相机和多种畸变拍摄的照片。数据集旨在解决相对位姿估计问题,特别是在存在径向畸变的情况下。数据集的创建过程涉及使用不同相机拍摄多个场景,并引入径向畸变,以模拟现实世界中的相机行为。该数据集可用于评估不同算法在处理实际相机数据时的性能,并有助于开发更准确的位姿估计方法。
The RDNet dataset is a novel benchmark for evaluating relative pose estimation under radial distortion. It comprises two scenarios, with photographs captured using different cameras and a range of distortion levels. This dataset aims to address the relative pose estimation problem, particularly in scenarios where radial distortion exists. The creation process of the dataset involves capturing multiple scenes with different cameras and introducing radial distortions to simulate real-world camera behaviors. This dataset can be used to evaluate the performance of various algorithms when processing real-world camera data, and facilitate the development of more accurate pose estimation methods.
数据集概述
数据集来源
- Rotunda和Cathedral数据集:RD Benchmark
- Phototourism数据集:IMC2020挑战赛网站
- ETH3D数据集:ETH3D官方网站
- PragueParks数据集:待定
- EuRoC MAV数据集:待定
数据集内容
- 包含用于评估径向畸变求解器的五个数据集。
- 提供已使用的匹配和GeoCalib预测数据下载链接:下载地址
数据集准备
-
针对Rotunda和Cathedral数据集,可使用
prepare_bundler.py脚本生成匹配数据: shell生成所有匹配
python prepare_bundler.py -f superpoint /path/to/stored_matches/rotunda_new /path/to/dataset/rotunda_new
仅生成相同相机的匹配
python prepare_bundler.py -f superpoint -e /path/to/stored_matches/rotunda_new /path/to/dataset/rotunda_new
python prepare_bundler.py -n 10000 -f superpoint /path/to/stored_matches/cathedral /path/to/dataset/cathedral python prepare_bundler.py -n 10000 -f superpoint -e /path/to/stored_matches/cathedral /path/to/dataset/cathedral
数据集用途
- 用于评估径向畸变求解器在相对位姿估计中的性能。




