Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Job manager crashed while running this job (missing heartbeats).
Error code:   JobManagerCrashedError

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

image
image
End of preview.

This dataset contains processed benchmarks for both iPhone and iPhone-PTZ.

CamDirector: Towards Long-Term Coherent Video Trajectory Editing
Zhihao Shi1*, Kejia Yin2*, Weilin Wan3, Yuhongze Zhou4, Yuanhao Yu1, Xinxin Zuo5, Qiang Sun2,6, Juwei Lu2
McMaster, UofT, HKU, McGill, Concordia, MBZUAI
* Equal contribution
CVPR 2026

Dataset Structure

After unzip the zip files you will get two folders below:

./evaluation_benchmarks
├── iPhone/
│   ├── apple
|       ├── camera_poses
│           ├── source_c2ws.pt
│           ├── source_Ks.pt
│           ├── target_c2ws.pt
│           └── target_Ks.pt
|       ├── depth_maps
│           ├── frame_00000_depth.png
│           ├── frame_00001_depth.png
│           ├── frame_00002_depth.png
│           └── ...
|       ├── point_clouds
│           ├── sparse_pcds_src.saftetensors
|       ├── source_imgs
│           ├── frame_00000.png
│           ├── frame_00001.png
│           ├── frame_00002.png
│           └── ...
|       ├── target_imgs
│           ├── frame_00000.png
│           ├── frame_00001.png
│           ├── frame_00002.png
│           └── ...
|   ├── block
|   ├── ...
├── iPhone-PTZ/
│   ├── container
|       ├── camera_poses
│           ├── source_c2ws.pt
│           ├── source_Ks.pt
│           ├── target_c2ws.pt
│           └── target_Ks.pt
|       ├── depth_maps
│           ├── frame_00000_depth.png
│           ├── frame_00001_depth.png
│           ├── frame_00002_depth.png
│           └── ...
|       ├── point_clouds
│           ├── sparse_pcds_src.saftetensors
|       ├── source_imgs
│           ├── frame_00000.png
│           ├── frame_00001.png
│           ├── frame_00002.png
│           └── ...
|       ├── target_imgs
│           ├── frame_00000.png
│           ├── frame_00001.png
│           ├── frame_00002.png
│           └── ...
|   ├── corner
|   ├── ...

We provide our processed data for both iPhone and iPhone-PTZ benchmarks. For each scene, we provide the following:

  • Camera poses (c2ws and Ks) for source and target video frames in opencv camera convention.
  • Depth maps for source and target video frames, please refer to vis_benchmark.py on how to read them
  • Sparse points clouds for source video frames. If you prefer use your own depth, you may use these sparse point clouds to align your depths to our camera system.

Results Structure

./output_frames
├── camdiretor/
│   ├── apple
│       ├── frame_00000.png
│       ├── frame_00002.png
│       ├── frame_00004.png
│       └── ...
|   ├── block
|   ├── ...
|   ├── container
|   ├── corner
|   ├── ...

Please refer to iPhone-PTZ-benchmark for details.

Downloads last month
22

Paper for yinkejia/iPhone-PTZ