Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# MoG: Motion-Aware Generative Frame Interpolation
|
2 |
|
3 |
-
<p style="display: flex; flex-direction: column; justify-content: center; align-items: center;">
|
4 |
<div style="width: 100%; text-align: center; margin-bottom: 4px;">
|
5 |
<img src="examples/1.gif" style="zoom:32%;">
|
6 |
<img src="examples/2.gif" style="zoom:32%;">
|
@@ -12,7 +17,18 @@
|
|
12 |
<img src="examples/6.gif" style="zoom:32%;">
|
13 |
</div>
|
14 |
</p>
|
15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
MoG is a generative video frame interpolation (VFI) model, designed to synthesize intermediate frames between two input frames.
|
17 |
|
18 |
MoG marks the first explicit incorporation of motion guidance between input frames to enhance the motion awareness of generative models. We demonstrate that the intermediate flow derived from flow-based VFI methods can effectively serve as motion guidance, and we propose a simple yet efficient approach to integrate this prior into the network. As a result, MoG achieves significant improvements over existing open-source generative VFI methods, excelling in both real-world and animated scenarios.
|
@@ -21,7 +37,7 @@ Source code is available at [https://github.com/MCG-NJU/MoG-VFI](https://github.
|
|
21 |
|
22 |
## Network Arichitecture
|
23 |
|
24 |
-
 model, designed to synthesize intermediate frames between two input frames.
|
33 |
|
34 |
MoG marks the first explicit incorporation of motion guidance between input frames to enhance the motion awareness of generative models. We demonstrate that the intermediate flow derived from flow-based VFI methods can effectively serve as motion guidance, and we propose a simple yet efficient approach to integrate this prior into the network. As a result, MoG achieves significant improvements over existing open-source generative VFI methods, excelling in both real-world and animated scenarios.
|
|
|
37 |
|
38 |
## Network Arichitecture
|
39 |
|
40 |
+

|
41 |
|
42 |
## Model Description
|
43 |
|