VIVID-10M: A Dataset and Baseline for Versatile and Interactive Video Local Editing
Paper • 2411.15260 • Published
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
[project page] | [Paper] | [arXiv]
VIVID-10M is the first large-scale hybrid image-video local editing dataset aimed at reducing data construction and model training costs, comprising 9.7M samples that encompass a wide range of video editing tasks.
The data index is located at four .csv files:
vivid-image-change.csv
vivid-image-remove.csv
vivid-video-change.csv
vivid-video-remove.csv
VIVID-Video splits contains the columns:
local_caption, # caption of masked object
source_video_path, # ground-truth video path
crop_video_path, # cropped video path (need to synthesize)
mask_path, # masked video path
editing_mode # change or remove
VIVID-Image splits contains the columns:
local_caption, # caption of masked object
source_image_path, # ground-truth image path
crop_image_path, # cropped image path (need to synthesize)
mask_path, # masked image path
editing_mode # change or remove
cat vivid-video.tar.part-* > vivid-video.tar
cat vivid-image.tar.part-* > vivid-image.tar
.tar file.tar -xvf vivid-video.tar
tar -xvf vivid-image.tar
python get_crop_data.py