/videoshop

Videoshop: Localized Semantic Video Editing with Noise-Extrapolated Diffusion Inversion

Primary LanguagePython

Videoshop

[Project] [Paper] [Supplementary]

Videoshop: Localized Semantic Video Editing with Noise-Extrapolated Diffusion Inversion.

Code Usage

Make sure the input video has 14 frames. Run:

python3 run.py --video <INPUT VIDEO.mp4> --image <INPUT IMAGE.png> --output <OUTPUT VIDEO.mp4>

You can find more control knobs by invoking the script with --help:

python3 run.py --help

Citation

@misc{fan2024videoshop,
      title={Videoshop: Localized Semantic Video Editing with Noise-Extrapolated Diffusion Inversion}, 
      author={Xiang Fan and Anand Bhattad and Ranjay Krishna},
      year={2024},
      eprint={2403.14617},
      archivePrefix={arXiv},
      primaryClass={cs.CV}
}