results
收藏资源简介:
Calibench: Leaderboard Results数据集是Calibench排行榜的机器可读后端存储库,专门用于相机和视觉惯性标定工具的基准测试与性能评估。数据集包含每个(工具、数据集、分割)组合的评估结果记录,以及生成这些记录的原始标定输出(如相机内参、外参、时间偏移等)。数据以JSON格式组织,主要包括:轨道注册表(tracks.json),记录每个轨道和分割下的数据集列表、主要指标配置和评分参数;数据集目录(datasets.json),详细描述每个标定设备的硬件配置(如相机、镜头、快门、IMU传感器、标定板)及其来源、许可证和引用信息;记录模式文件(schemas/result.schema.json)定义数据结构;以及按工具、批次(评估运行日期)和ID分组的评估记录文件(.json)和对应的标定输出文件(.output.json)。批次机制确保每次评估运行的结果可追溯,支持工具在不同时间点的性能比较。数据集当前包含自报告的结果(verification.status标记为self_reported),待Calibench CI重新运行验证后更新。该数据集适用于相机标定、相机-IMU联合标定、视觉惯性系统标定等任务的基准测试、方法比较和排行榜排名。数据采用CC-BY-4.0许可证,用户引用时需指定排行榜状态对应的提交哈希及原始数据集引用。新结果可通过提交PR到指定仓库进行添加,并经过模式验证后发布。
Calibench: Leaderboard Results dataset is a machine-readable backend repository for the Calibench leaderboard, specifically designed for benchmarking and performance evaluation of camera and visual-inertial calibration tools. The dataset contains evaluation result records for each (tool, dataset, split) combination, along with the raw calibration outputs that generated these records (e.g., camera intrinsics, extrinsics, time offsets). The data is organized in JSON format, primarily including: a track registry (tracks.json) that lists datasets per track and split, main metric configurations, and scoring parameters; a dataset directory (datasets.json) detailing the hardware configuration of each calibration device (such as cameras, lenses, shutters, IMU sensors, calibration boards) along with their sources, licenses, and citation information; a record schema file (schemas/result.schema.json) defining the data structure; and evaluation record files (.json) and corresponding calibration output files (.output.json) grouped by tool, batch (evaluation run date), and ID. The batch mechanism ensures traceability of results from each evaluation run, enabling performance comparisons of tools across different time points. The dataset currently includes self-reported results (marked as self_reported in verification.status), pending updates after re-validation by Calibench CI. It is suitable for benchmarking, method comparison, and leaderboard ranking in tasks such as camera calibration, camera-IMU joint calibration, and visual-inertial system calibration. The data is licensed under CC-BY-4.0, and users must cite the specific commit hash corresponding to the leaderboard state and the original dataset citations when referencing. New results can be added by submitting a PR to the designated repository and will be published after schema validation.
数据集概述:Calibench: Leaderboard Results
- 名称:Calibench: Leaderboard Results
- 许可证:Creative Commons Attribution 4.0 International (CC-BY-4.0)
- 标签:校准、相机校准、相机-IMU校准、视觉惯性、基准测试、排行榜
内容与用途
该数据集是 Calibench 排行榜 的机器可读后端,包含:
- 每个(工具、数据集、拆分)评估的JSON记录。
- 对应的校准输出文件。
数据集用于记录和重现排行榜状态,支持不同工具在数据集上的性能比较。
文件布局
数据集仓库包含以下结构和文件:
tracks.json:跟踪注册表,包含每个(跟踪、拆分)的数据集列表、度量配置(主要指标、列)和评分 tau_max。datasets.json:数据集目录,记录每个数据集的硬件配置(如相机、IMU、快门、镜头、标定板)、来源、许可证和引用信息。schemas/result.schema.json:记录模式(v1.1),定义每条记录的结构。<Tool>/<batch>/<id>.json:结果记录,存放每个评估运行的指标和元数据(batch = 评估运行日期)。<Tool>/<batch>/<id>.output.json:校准输出文件,包含内参、外参和时间偏移,由结果记录中的calibration_ref指向。
重要特性
- 批次管理:每个批次以
YYYY-MM-DD命名,对应一次评估运行。排行榜默认显示每个工具在每个数据集上的最新批次,用户可通过Compare batches切换查看不同批次的对比。 - 验证状态:
verification.status字段为self_reported表示结果由工具方自我报告,尚未经 Calibench CI 重新评估。此时不同工具的报告统计指标不可直接比较,排行榜会标记此类混合排名。 - 引用方式:引用排行榜状态时需引用排行榜状态栏中显示的提交哈希,以及
calibench-vi/datasets中的 Calibench 引用信息。
结果提交
要提交新的校准结果,需在 yangyulin/calibench-submissions 仓库中提交 Pull Request,包含校准输出文件。CI 将验证模式并将结果记录发布至此数据集。所有记录(数字和元数据)采用 CC-BY-4.0 许可证。





