InFlux
收藏资源简介:
InFlux是一个用于视频相机动态内参自校准的基准数据集,包含用于评估相机内参预测方法的视频数据
InFlux is a benchmark dataset for dynamic intrinsic parameter self-calibration of video cameras, which contains video data for evaluating camera intrinsic parameter prediction methods.
InFlux数据集概述
数据集基本信息
- 数据集名称:InFlux
- 核心用途:视频相机动态内参自校准基准测试
- 开发机构:普林斯顿大学
数据集获取
- 下载地址:https://huggingface.co/datasets/princeton-vl/InFlux
- 查看工具推荐:VLC Media Viewer(https://www.videolan.org/)
评估方法
环境配置
bash conda create --name influx python=3.10 conda activate influx pip install .
提交格式要求
- 需生成单一JSON格式提交文件
- 支持两种内参类型:"rad-tan"或"mei"
- 帧索引必须为字符串格式(如"0", "1", "2")
- 必须包含所有测试视频和帧
- fx、fy、cx、cy值必须为非负数
提交流程
- 使用
influx-upload命令提交结果 - 提交后获得唯一提交ID
- 结果通常在几小时内通过邮件发送
- 每个邮箱用户每7天最多提交3次
公开提交选项
- 支持匿名提交(用于审稿期间)
- 可关联出版物和代码链接
- 使用
influx-make-public命令设置公开状态
引用信息
如需使用本基准测试、数据或方法,请引用: bibtex @misc{liang2025influx, title={InFlux: A Benchmark for Self-Calibration of Dynamic Intrinsics of Video Cameras}, author={Erich Liang and Roma Bhattacharjee and Sreemanti Dey and Rafael Moschopoulos and Caitlin Wang and Michel Liao and Grace Tan and Andrew Wang and Karhan Kayan and Stamatis Alexandropoulos and Jia Deng}, year={2025}, eprint={2510.23589}, archivePrefix={arXiv}, primaryClass={cs.CV}, url={https://arxiv.org/abs/2510.23589}, }
相关资源
- 项目网站:https://influx.cs.princeton.edu/
- 论文地址:https://arxiv.org/abs/2510.23589




