Monocular Dynamic View Synthesis: A Reality Check
Paper
• 2210.13445 • Published
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 |
|---|
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
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:
vis_benchmark.py on how to read them./output_frames
├── camdiretor/
│ ├── apple
│ ├── frame_00000.png
│ ├── frame_00002.png
│ ├── frame_00004.png
│ └── ...
| ├── block
| ├── ...
| ├── container
| ├── corner
| ├── ...
Please refer to iPhone-PTZ-benchmark for details.