Update README.md
Browse files
README.md
CHANGED
|
@@ -4,22 +4,31 @@ pipeline_tag: video-to-video
|
|
| 4 |
library_name: diffusers
|
| 5 |
---
|
| 6 |
|
| 7 |
-
<
|
| 8 |
-
|
| 9 |
-
<p
|
| 10 |
-
|
| 11 |
-
<
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
<
|
| 19 |
-
<
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
This repository provides the checkpoint `EffectErase.ckpt` for **EffectErase**.
|
| 24 |
|
| 25 |
<img src="assets/teaser.gif" alt="teaser" />
|
|
|
|
| 4 |
library_name: diffusers
|
| 5 |
---
|
| 6 |
|
| 7 |
+
<div align="center">
|
| 8 |
+
<h1>EffectErase: Joint Video Object Removal<br />and Insertion for High-Quality Effect Erasing</h1>
|
| 9 |
+
<p><strong>CVPR 2026</strong></p>
|
| 10 |
+
<p>
|
| 11 |
+
<a href="https://www.yangfu.site/" target="_blank" rel="noreferrer">Yang Fu</a>
|
| 12 |
+
·
|
| 13 |
+
<a href="https://henghuiding.com/group/" target="_blank" rel="noreferrer">Yike Zheng</a>
|
| 14 |
+
·
|
| 15 |
+
<a href="https://github.com/oliviadzy" target="_blank" rel="noreferrer">Ziyun Dai</a>
|
| 16 |
+
·
|
| 17 |
+
<a href="https://henghuiding.com/" target="_blank" rel="noreferrer">Henghui Ding</a><span>†</span>
|
| 18 |
+
</p>
|
| 19 |
+
<p>
|
| 20 |
+
Institute of Big Data, College of Computer Science and Artificial Intelligence, Fudan University, China
|
| 21 |
+
<br />
|
| 22 |
+
<span>† Corresponding author</span>
|
| 23 |
+
</p>
|
| 24 |
+
<p>
|
| 25 |
+
<a href="https://henghuiding.com/EffectErase/" target="_blank" rel="noreferrer"><img src="https://img.shields.io/badge/🐳-Project%20Page-blue" alt="Project Page" /></a>
|
| 26 |
+
<a href="https://cvpr.thecvf.com/virtual/2026/papers.html" target="_blank" rel="noreferrer"><img src="https://img.shields.io/badge/Paper-CVPR%202026-green" alt="Paper" /></a>
|
| 27 |
+
<a href="https://github.com/FudanCVL/EffectErase" target="_blank" rel="noreferrer"><img src="https://img.shields.io/badge/GitHub-FudanCVL%2FEffectErase-181717?logo=github" alt="GitHub" /></a>
|
| 28 |
+
<a href="http://arxiv.org/" target="_blank" rel="noreferrer"><img src="https://img.shields.io/badge/arXiv-EffectErase-red" alt="arXiv" /></a>
|
| 29 |
+
<a href="https://huggingface.co/datasets/FudanCVL/EffectErase" target="_blank" rel="noreferrer"><img src="https://img.shields.io/badge/%F0%9F%A4%97%20Dataset-Hugging%20Face-yellow" alt="Dataset" /></a>
|
| 30 |
+
</p>
|
| 31 |
+
</div>
|
| 32 |
This repository provides the checkpoint `EffectErase.ckpt` for **EffectErase**.
|
| 33 |
|
| 34 |
<img src="assets/teaser.gif" alt="teaser" />
|