ReCo-Data is a large-scale, high-quality video editing dataset comprising 500K+ instruction-video pairs. This card provides its statistics, collection pipeline, and dataset format.

Figure Caption:

Our data collection pipeline consists of six primary stages:
The data synthesis process required approximately 76,800 GPU hours on NVIDIA RTX 4090, while the VLLM (i.e., Gemini-2.5-Flash-Thinking) operations incurred a total cost of approximately $13,600.
The dataset follows the directory structure below:
ReCo-Data/
βββ add/
β βββ add_data_configs.json
β βββ src_videos/
β β βββ video1.mp4
β β βββ ...
β βββ tar_videos/
β βββ video1.mp4
β βββ ...
βββ remove/
β βββ remove_data_configs.json
β βββ src_videos/
β βββ tar_videos/
βββ replace/
β βββ replace_data_configs.json
β βββ src_videos/
β βββ tar_videos/
βββ style/
βββ style_data_configs.json
βββ src_videos/
β βββ video1.mp4
β βββ ...
βββ tar_videos/
βββ video1-a_Van_Gogh_style.mp4
βββ ...
src_videos and tar_videos folders share the same name.tar_videos folder, files use the -a_{}_style suffix to distinguish different style variations of the same source video.After downloading the dataset and the official repository, you can test and visualize samples using the following scripts:
To test a specific task (e.g., the replace task):
python reco_data_test_single.py \
--json_path ./ReCo-Data/replace/replace_data_configs.json \
--video_folder ./ReCo-Data \
--debug
You can also load a mixed dataset composed of the four tasks with arbitrary ratios:
python reco_data_test_mix_data.py \
--json_folder ./ReCo-Data \
--video_folder ./ReCo-Data \
--debug
This dataset is licensed under the CC BY-NC-SA 4.0 (Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License).
The dataset is provided for academic research purposes only.
For any questions, please contact: zhwzhang@mail.ustc.edu.cn.
If you find our work helpful for your research, please consider giving a starβ on this repository and citing our work.
@article{zhang2025region,
title={Region-Constraint In-Context Generation for Instructional Video Editing},
author={Zhang, Zhongwei and Long, Fuchen and Li, Wei and Qiu, Zhaofan and Liu, Wu and Yao, Ting and Mei, Tao},
journal={arXiv preprint arXiv:2512.17650},
year={2025}
}
ReCo-Data is a large-scale, high-quality video editing dataset comprising 500K+ instruction-video pairs. This card provides its statistics, collection pipeline, and dataset format.

Figure Caption:

Our data collection pipeline consists of six primary stages:
The data synthesis process required approximately 76,800 GPU hours on NVIDIA RTX 4090, while the VLLM (i.e., Gemini-2.5-Flash-Thinking) operations incurred a total cost of approximately $13,600.
The dataset follows the directory structure below:
ReCo-Data/
βββ add/
β βββ add_data_configs.json
β βββ src_videos/
β β βββ video1.mp4
β β βββ ...
β βββ tar_videos/
β βββ video1.mp4
β βββ ...
βββ remove/
β βββ remove_data_configs.json
β βββ src_videos/
β βββ tar_videos/
βββ replace/
β βββ replace_data_configs.json
β βββ src_videos/
β βββ tar_videos/
βββ style/
βββ style_data_configs.json
βββ src_videos/
β βββ video1.mp4
β βββ ...
βββ tar_videos/
βββ video1-a_Van_Gogh_style.mp4
βββ ...
src_videos and tar_videos folders share the same name.tar_videos folder, files use the -a_{}_style suffix to distinguish different style variations of the same source video.After downloading the dataset and the official repository, you can test and visualize samples using the following scripts:
To test a specific task (e.g., the replace task):
python reco_data_test_single.py \
--json_path ./ReCo-Data/replace/replace_data_configs.json \
--video_folder ./ReCo-Data \
--debug
You can also load a mixed dataset composed of the four tasks with arbitrary ratios:
python reco_data_test_mix_data.py \
--json_folder ./ReCo-Data \
--video_folder ./ReCo-Data \
--debug
This dataset is licensed under the CC BY-NC-SA 4.0 (Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License).
The dataset is provided for academic research purposes only.
For any questions, please contact: zhwzhang@mail.ustc.edu.cn.
If you find our work helpful for your research, please consider giving a starβ on this repository and citing our work.
@article{zhang2025region,
title={Region-Constraint In-Context Generation for Instructional Video Editing},
author={Zhang, Zhongwei and Long, Fuchen and Li, Wei and Qiu, Zhaofan and Liu, Wu and Yao, Ting and Mei, Tao},
journal={arXiv preprint arXiv:2512.17650},
year={2025}
}