GenProp-Data / README.md
xinlai's picture
update readme
a3a8f4f
|
raw
history blame
976 Bytes
metadata
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.