jaehong31
commited on
Commit
•
509ea10
1
Parent(s):
4f9cc39
cards
Browse files
README.md
CHANGED
@@ -2,20 +2,26 @@
|
|
2 |
license: openrail
|
3 |
---
|
4 |
|
5 |
-
# This repo contains the pretrained checkpoints for
|
6 |
|
7 |
|
8 |
-
CTRL-Adapter is an efficient and versatile framework for adding diverse
|
9 |
-
spatial controls to any image or video diffusion model. It supports a variety of useful
|
10 |
-
applications, including video control, video control with multiple conditions, video control with
|
11 |
-
sparse frame conditions, image control, zero-shot transfer to unseen conditions, and video editing.
|
12 |
-
|
13 |
See also: https://github.com/jaehong31/RACCooN
|
14 |
|
15 |
-
|
16 |
-
<!-- <br>
|
17 |
<img width="800" src="assets/raccoon_teaser.png"/>
|
18 |
-
<br>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
|
20 |
<br>
|
21 |
<br>
|
|
|
2 |
license: openrail
|
3 |
---
|
4 |
|
5 |
+
# This repo contains the VPLM Dataset and pretrained checkpoints for RACCooN
|
6 |
|
7 |
|
|
|
|
|
|
|
|
|
|
|
8 |
See also: https://github.com/jaehong31/RACCooN
|
9 |
|
10 |
+
<br>
|
|
|
11 |
<img width="800" src="assets/raccoon_teaser.png"/>
|
12 |
+
<br>
|
13 |
+
<br>
|
14 |
+
|
15 |
+
RACCooN is a versatile and user-friendly video-to-paragraph-to-video generative framework
|
16 |
+
that supports multiple video editing capabilities such as removal, addition, and modification,
|
17 |
+
through a unified pipeline. RACCooN consists of two principal stages:
|
18 |
+
Video-to-Paragraph (V2P) and Paragraph-to-Video (P2V).
|
19 |
+
|
20 |
+
RACCooN suggests a multi-granular spatiotemporal pooling strategy to generate well-structured video descriptions, capturing both the broad context and object details without requiring complex human annotations, simplifying precise video content editing based on text for users. Our video generative model incorporates auto-generated narratives or instructions to enhance the quality and accuracy of the generated content. It supports the addition of video objects, inpainting, and attribute modification within a unified framework, surpassing existing video editing and inpainting benchmarks.
|
21 |
+
|
22 |
+
<br>
|
23 |
+
<img width="800" src="assets/raccoon_method.png"/>
|
24 |
+
<br>
|
25 |
|
26 |
<br>
|
27 |
<br>
|