Update pipeline tag to image-to-video and improve model card

#3
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +11 -9
README.md CHANGED
@@ -1,22 +1,24 @@
1
  ---
2
  license: apache-2.0
 
3
  tags:
4
- - video-inpainting
5
- - video-editing
6
- - object-removal
7
- - cogvideox
8
- - diffusion
9
- - video-generation
10
- pipeline_tag: video-to-video
11
  ---
12
 
13
  # VOID: Video Object and Interaction Deletion
14
 
 
 
15
  <video src="https://github.com/user-attachments/assets/ad174ca0-2feb-45f9-9405-83167037d9be" width="100%" controls autoplay loop muted></video>
16
 
17
  VOID removes objects from videos along with all interactions they induce on the scene — not just secondary effects like shadows and reflections, but **physical interactions** like objects falling when a person is removed.
18
 
19
- **[Project Page](https://void-model.github.io/)** | **[Paper](https://arxiv.org/pdf/2604.02296)** | **[GitHub](https://github.com/netflix/void-model)** | **[Demo](https://huggingface.co/spaces/sam-motamed/VOID)**
20
 
21
  ## Quick Start
22
 
@@ -114,4 +116,4 @@ Training was run on **8x A100 80GB GPUs** using DeepSpeed ZeRO Stage 2. See the
114
  primaryClass={cs.CV},
115
  url={https://arxiv.org/abs/2604.02296}
116
  }
117
- ```
 
1
  ---
2
  license: apache-2.0
3
+ pipeline_tag: image-to-video
4
  tags:
5
+ - video-inpainting
6
+ - video-editing
7
+ - object-removal
8
+ - cogvideox
9
+ - diffusion
10
+ - video-generation
 
11
  ---
12
 
13
  # VOID: Video Object and Interaction Deletion
14
 
15
+ [Saman Motamed](https://huggingface.co/sam-motamed), William Harvey, Benjamin Klein, Luc Van Gool, Zhuoning Yuan, Ta-Ying Cheng.
16
+
17
  <video src="https://github.com/user-attachments/assets/ad174ca0-2feb-45f9-9405-83167037d9be" width="100%" controls autoplay loop muted></video>
18
 
19
  VOID removes objects from videos along with all interactions they induce on the scene — not just secondary effects like shadows and reflections, but **physical interactions** like objects falling when a person is removed.
20
 
21
+ **[Project Page](https://void-model.github.io/)** | **[Paper](https://huggingface.co/papers/2604.02296)** | **[GitHub](https://github.com/netflix/void-model)** | **[Demo](https://huggingface.co/spaces/sam-motamed/VOID)**
22
 
23
  ## Quick Start
24
 
 
116
  primaryClass={cs.CV},
117
  url={https://arxiv.org/abs/2604.02296}
118
  }
119
+ ```