iPhone-PTZ
收藏资源简介:
该数据集包含针对iPhone和iPhone-PTZ的已处理基准数据,与CamDirector项目相关,旨在实现长期连贯的视频轨迹编辑。数据集结构包括两个主要文件夹:evaluation_benchmarks和output_frames。evaluation_benchmarks中包含iPhone和iPhone-PTZ的场景数据,每个场景提供源视频帧和目标视频帧的相机位姿(c2ws和Ks)、深度图、稀疏点云以及源图像和目标图像。output_frames文件夹包含CamDirector处理后的输出帧。该数据集适用于视频轨迹编辑、3D重建和计算机视觉相关任务的研究。
This dataset contains processed benchmark data for iPhone and iPhone-PTZ, which is associated with the CamDirector project and aims to facilitate long-term coherent video trajectory editing. The dataset comprises two primary folders: evaluation_benchmarks and output_frames. The evaluation_benchmarks folder holds scene data for both iPhone and iPhone-PTZ setups. For each scene, camera poses (c2ws and Ks), depth maps, sparse point clouds, as well as source and target images aligned with the source and target video frames are provided. The output_frames folder stores the output frames generated via CamDirector's processing. This dataset is applicable to research on video trajectory editing, 3D reconstruction, and other computer vision-related tasks.
数据集概述
基本信息
- 数据集名称: iPhone-PTZ
- 许可证: Apache 2.0
- 关联论文: CamDirector: Towards Long-Term Coherent Video Trajectory Editing (CVPR 2026)
- 论文链接: https://yinkejia.github.io/CamDirector-Project-Page/
- 基准测试链接: https://github.com/yinkejia/iPhone-PTZ-benchmark
数据集内容
本数据集包含为iPhone和iPhone-PTZ基准测试处理过的数据。
数据结构
解压后得到以下两个主要文件夹:
1. 评估基准 (./evaluation_benchmarks)
包含两个子数据集:
- iPhone/: 包含多个场景(如
apple,block等)。 - iPhone-PTZ/: 包含多个场景(如
container,corner等)。
每个场景提供以下数据:
-
相机位姿 (
camera_poses/)source_c2ws.pt: 源视频帧的相机到世界变换矩阵。source_Ks.pt: 源视频帧的内参矩阵。target_c2ws.pt: 目标视频帧的相机到世界变换矩阵。target_Ks.pt: 目标视频帧的内参矩阵。- 使用OpenCV相机坐标系。
-
深度图 (
depth_maps/)- 格式为PNG(如
frame_00000_depth.png)。 - 包含源视频帧和目标视频帧的深度图。
- 读取方法请参考
vis_benchmark.py。
- 格式为PNG(如
-
点云 (
point_clouds/)sparse_pcds_src.saftetensors: 源视频帧的稀疏点云。- 可用于将用户自有的深度图对齐到本数据集的相机坐标系。
-
图像 (
source_imgs/,target_imgs/)- 格式为PNG(如
frame_00000.png)。 - 分别包含源视频和目标视频的帧图像。
- 格式为PNG(如
2. 输出帧 (./output_frames)
camdiretor/: 包含各场景(如apple,block,container,corner等)的处理后输出帧图像(如frame_00000.png)。
数据用途
该数据集用于视频轨迹编辑的评估基准,提供了相机位姿、深度图、点云和图像等处理后的数据,以支持相关算法的训练与测试。



