Yufan Deng Ruida Wang Yuhao Zhang Yu-Wing Tai Chi-Keung Tang
- [2024/09/25] Code released at branch
release
- [2024/07/04] Accepted by ECCV2024
- Setup environment
conda env create -f environment.yaml
conda activate dragvideo
- Download weights
cd pips
sh get_reference_model.sh
cd ..
- Start the UI
python drag_ui.py
- Currently, the UI only supports square video input. Videos we used can be downloaded at Google Drive.
UIdemo.mp4
@article{deng2023dragvideo,
title={Dragvideo: Interactive drag-style video editing},
author={Deng, Yufan and Wang, Ruida and Zhang, Yuhao and Tai, Yu-Wing and Tang, Chi-Keung},
journal={arXiv preprint arXiv:2312.02216},
year={2023}
}
Folder ./AnimateDiff
is from AnimateDiff
Folder ./pips
is from pips
Folder ./TrackAnything
is from Track-Anything
DragVideo codebase built upon DragDiffusion