File size: 1,332 Bytes
a3a8f4f 00365cb b17ef23 00365cb 1b0d86a cb450b5 886e976 cb450b5 886e976 cb450b5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
---
dataset_info:
features:
- name: idx
dtype: int64
description: Unique identifier for each data entry (e.g., 1, 2, 3, ...).
- name: video_path
dtype: string
description: The path to the original video file (e.g., `xxx.mp4`).
- name: first_frame_image_path
dtype: string
description: The path to the edited first frame image (e.g., `xxx.png`).
---
# GenProp (Generative Video Propagation) - Test Dataset
This dataset contains a set of test data for the GenProp (Generative Video Propagation). The goal is to allow video editing by modifying only the first frame and propagating the changes throughout the entire video.
## Description
- Each pair of files consists of a video file (`xxx.mp4`) and its corresponding first frame image (`xxx.png`).
- `xxx.mp4` is the original video.
- `xxx.png` is a manually edited image of the first frame of the corresponding video.
## License
Licensed with CC-BY-NC 4.0 License.
## Citation
```
@article{liu2024generativevideopropagation,
author = {Shaoteng Liu and Tianyu Wang and Jui-Hsien Wang and Qing Liu and Zhifei Zhang and Joon-Young Lee and Yijun Li and Bei Yu and Zhe Lin and Soo Ye Kim and Jiaya Jia},
title = {Generative Video Propagation},
journal = {arXiv preprint arXiv:2412.19761},
year = {2024},
}
``` |