xinlai commited on
Commit
a3a8f4f
·
1 Parent(s): 00365cb

update readme

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -1,3 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # GenProp (Generative Video Propagation) - Test Dataset
2
 
3
  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.
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: idx
5
+ dtype: int64
6
+ description: Unique identifier for each data entry (e.g., 1, 2, 3, ...).
7
+ - name: video_path
8
+ dtype: string
9
+ description: The path to the original video file (e.g., `xxx.mp4`).
10
+ - name: first_frame_image_path
11
+ dtype: string
12
+ description: The path to the edited first frame image (e.g., `xxx.png`).
13
+ ---
14
  # GenProp (Generative Video Propagation) - Test Dataset
15
 
16
  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.