aleeyanger commited on
Commit
0f5a322
·
verified ·
1 Parent(s): 691bef1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -16
README.md CHANGED
@@ -4,22 +4,31 @@ pipeline_tag: video-to-video
4
  library_name: diffusers
5
  ---
6
 
7
- <h1 class="title">EffectErase: Joint Video Object Removal<br />and Insertion for High-Quality Effect Erasing</h1>
8
-
9
- <p class="venue">CVPR 2026</p>
10
-
11
- <p class="authors">
12
- <a href="https://www.yangfu.site/" target="_blank" rel="noreferrer">Yang Fu</a>
13
- &nbsp;·&nbsp;
14
- <a href="https://henghuiding.com/group/" target="_blank" rel="noreferrer">Yike Zheng</a>
15
- &nbsp;·&nbsp;
16
- <a href="https://github.com/oliviadzy" target="_blank" rel="noreferrer">Ziyun Dai</a>
17
- &nbsp;·&nbsp;
18
- <a href="https://henghuiding.com/" target="_blank" rel="noreferrer">Henghui Ding</a><span class="muted">†</span>
19
- </p>
20
-
21
- [![Project Page](https://img.shields.io/badge/🐳-Project%20Page-blue)](https://henghuiding.com/EffectErase/) [![Paper](https://img.shields.io/badge/Paper-CVPR%202026-green)](https://cvpr.thecvf.com/virtual/2026/papers.html) [![GitHub](https://img.shields.io/badge/GitHub-FudanCVL%2FEffectErase-181717?logo=github)](https://github.com/FudanCVL/EffectErase) [![arXiv](https://img.shields.io/badge/arXiv-EffectErase-red)](http://arxiv.org/) [![Dataset](https://img.shields.io/badge/%F0%9F%A4%97%20Dataset-Hugging%20Face-yellow)](https://huggingface.co/datasets/FudanCVL/EffectErase)
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
+ &nbsp;·&nbsp;
13
+ <a href="https://henghuiding.com/group/" target="_blank" rel="noreferrer">Yike Zheng</a>
14
+ &nbsp;·&nbsp;
15
+ <a href="https://github.com/oliviadzy" target="_blank" rel="noreferrer">Ziyun Dai</a>
16
+ &nbsp;·&nbsp;
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" />