Skip to content

FudanCVL/EffectErase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EffectErase: Joint Video Object Removal
and Insertion for High-Quality Effect Erasing

CVPR 2026

Yang Fu  ·  Yike Zheng  ·  Ziyun Dai  ·  Henghui Ding

Institute of Big Data, College of Computer Science and Artificial Intelligence, Fudan University, China
† Corresponding author

For more visual results, go checkout our project page.

Result

Result

Quick Start

  1. Setup repository and environment

    git clone git@github.com:FudanCVL/EffectErase.git
    cd EffectErase
    pip install -e .
  2. Download weights

    hf download alibaba-pai/Wan2.1-Fun-1.3B-InP --local-dir Wan-AI/Wan2.1-Fun-1.3B-InP
    hf download FudanCVL/EffectErase EffectErase.ckpt --local-dir ./
  3. Run the script

    bash script/test_remove.sh

    You can edit script/test_remove.sh and change these three paths to use your own data:

    • --fg_bg_path
    • --mask_path
    • --output_path

    --mask_path is a mask video generated by SAM2.1 (sam2.1_hiera_b+), aligned with --fg_bg_path.

BibTeX

Please consider to cite:

@inproceedings{fu2026EffectErase,
  title={{EffectErase}: Joint Video Object Removal and Insertion for High-Quality Effect Erasing},
  author={Fu, Yang and Zheng, Yike and Dai, Ziyun and Ding, Henghui},
  booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
  year={2026}
}

Contact

If you have any questions, please feel free to reach me out at aleeyanger@gmail.com.

Acknowledgement

This code is based on DiffSynth-Studio. Thanks for their awesome works!

License

This project is licensed under CC BY-NC 4.0.

For research purposes only. Commercial use is strictly prohibited.

About

[CVPR 2026] EffectErase: Joint Video Object Removal and Insertion for High-Quality Effect Erasing

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages