File size: 976 Bytes
a3a8f4f
 
 
 
 
 
 
 
 
 
 
 
 
00365cb
 
 
 
 
 
 
 
 
 
 
 
 
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
---
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.

## Dataset 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.