We are committed to maintaining transparency and compliance in our data collection and sharing methods. Please note the following:
Publicly Available Data: The data utilized in our studies is publicly available. We do not use any exclusive or private data sources.
Data Sharing Policy: Our data sharing policy aligns with precedents set by prior works, such as InternVid, Panda-70M , and Miradata. Rather than providing the original raw data, we only supply the YouTube video IDs necessary for downloading the respective content.
Usage Rights: The data released is intended exclusively for research purposes. Any potential commercial usage is not sanctioned under this agreement.
Compliance with YouTube Policies: Our data collection and release practices strictly adhere to YouTube’s data privacy policies and fair of use policies. We ensure that no user data or privacy rights are violated during the process.
Data License: The dataset is made available under the Creative Commons Attribution 4.0 International License (CC BY 4.0).
Note: The DataDoP dataset comprises 29K video clips curated from online artistic videos. Each data sample includes metadata such as ClipID, YouTubeID, CropSize, StartTime, EndTime. In addition to the raw data, the processed dataset features captions, the RGBD of the first frame, and extracted camera trajectories. These trajectories have been subsequently cleaned, smoothed, and interpolated into fixed-length sequences.
The dataset/metadata.csv file contains the following columns:
1_0000/shot_0070.dfo_rMmdi0A). The source video URL can be found at https://www.youtube.com/watch?v={youtubeid}.ffmpeg, typically formatted as w:h:x:y (e.g., 640:360:0:30).Example Data Entry
| VideoID | YouTubeID | CropSize | StartTime | EndTime |
|---|---|---|---|---|
| 1_0000/shot_0070 | dfo_rMmdi0A | 640:256:0:52 | 00:03:53.458 | 00:04:09.125 |
DataDoP // DataDoP Dataset
├── <VideoID>
│ ├── <ShotID>_caption.json
│ │ // Contains the caption text describing the shot.
│ │ // Includes:
│ │ // - Movement (Motion Caption)
│ │ // - Detailed Interaction
│ │ // - Concise Interaction (Directorial Caption)
│ ├── <ShotID>_rgb.png
│ │ // RGB image (initial frame) from the shot, stored in PNG format
│ ├── <ShotID>_depth.npy
│ │ // Depth map (initial frame) from the shot, stored in NumPy .npy format
│ ├── <ShotID>_intrinsics.txt
│ │ // Camera intrinsics from MonST3R
│ ├── <ShotID>_traj.txt
│ │ // Camera extrinsics from MonST3R
│ ├── <ShotID>_transforms_cleaning.json
│ │ // Cleaned, smoothed, and interpolated camera trajectory data (in fixed-length format)
│ ├── <ShotID>_traj_cleaning.png
│ │ // Visualization for trajectory in <ShotID>_transforms_cleaning.json
Please refer to dataset/dataset.md for more details.
The DataDoP dataset is available under the Creative Commons Attribution 4.0 International License (CC BY 4.0). Please ensure proper attribution when using the dataset in research or other projects.
If you use DataDoP in your research, please cite it as follows:
@misc{zhang2025gendopautoregressivecameratrajectory,
title={GenDoP: Auto-regressive Camera Trajectory Generation as a Director of Photography},
author={Mengchen Zhang and Tong Wu and Jing Tan and Ziwei Liu and Gordon Wetzstein and Dahua Lin},
year={2025},
eprint={2504.07083},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2504.07083},
}
9 commits
We are committed to maintaining transparency and compliance in our data collection and sharing methods. Please note the following:
Publicly Available Data: The data utilized in our studies is publicly available. We do not use any exclusive or private data sources.
Data Sharing Policy: Our data sharing policy aligns with precedents set by prior works, such as InternVid, Panda-70M , and Miradata. Rather than providing the original raw data, we only supply the YouTube video IDs necessary for downloading the respective content.
Usage Rights: The data released is intended exclusively for research purposes. Any potential commercial usage is not sanctioned under this agreement.
Compliance with YouTube Policies: Our data collection and release practices strictly adhere to YouTube’s data privacy policies and fair of use policies. We ensure that no user data or privacy rights are violated during the process.
Data License: The dataset is made available under the Creative Commons Attribution 4.0 International License (CC BY 4.0).
Note: The DataDoP dataset comprises 29K video clips curated from online artistic videos. Each data sample includes metadata such as ClipID, YouTubeID, CropSize, StartTime, EndTime. In addition to the raw data, the processed dataset features captions, the RGBD of the first frame, and extracted camera trajectories. These trajectories have been subsequently cleaned, smoothed, and interpolated into fixed-length sequences.
The dataset/metadata.csv file contains the following columns:
1_0000/shot_0070.dfo_rMmdi0A). The source video URL can be found at https://www.youtube.com/watch?v={youtubeid}.ffmpeg, typically formatted as w:h:x:y (e.g., 640:360:0:30).Example Data Entry
| VideoID | YouTubeID | CropSize | StartTime | EndTime |
|---|---|---|---|---|
| 1_0000/shot_0070 | dfo_rMmdi0A | 640:256:0:52 | 00:03:53.458 | 00:04:09.125 |
DataDoP // DataDoP Dataset
├── <VideoID>
│ ├── <ShotID>_caption.json
│ │ // Contains the caption text describing the shot.
│ │ // Includes:
│ │ // - Movement (Motion Caption)
│ │ // - Detailed Interaction
│ │ // - Concise Interaction (Directorial Caption)
│ ├── <ShotID>_rgb.png
│ │ // RGB image (initial frame) from the shot, stored in PNG format
│ ├── <ShotID>_depth.npy
│ │ // Depth map (initial frame) from the shot, stored in NumPy .npy format
│ ├── <ShotID>_intrinsics.txt
│ │ // Camera intrinsics from MonST3R
│ ├── <ShotID>_traj.txt
│ │ // Camera extrinsics from MonST3R
│ ├── <ShotID>_transforms_cleaning.json
│ │ // Cleaned, smoothed, and interpolated camera trajectory data (in fixed-length format)
│ ├── <ShotID>_traj_cleaning.png
│ │ // Visualization for trajectory in <ShotID>_transforms_cleaning.json
Please refer to dataset/dataset.md for more details.
The DataDoP dataset is available under the Creative Commons Attribution 4.0 International License (CC BY 4.0). Please ensure proper attribution when using the dataset in research or other projects.
If you use DataDoP in your research, please cite it as follows:
@misc{zhang2025gendopautoregressivecameratrajectory,
title={GenDoP: Auto-regressive Camera Trajectory Generation as a Director of Photography},
author={Mengchen Zhang and Tong Wu and Jing Tan and Ziwei Liu and Gordon Wetzstein and Dahua Lin},
year={2025},
eprint={2504.07083},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2504.07083},
}
9 commits