MoG
ZhuYuhan commited on
Commit
0a04b03
·
verified ·
1 Parent(s): 13cbdfa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -3
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
- ![pipeline_figure](figs/pipeline_figure.pdf)
25
 
26
  ## Model Description
27
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: MoG
4
+ ---
5
+
6
  # MoG: Motion-Aware Generative Frame Interpolation
7
 
8
+ <!-- <p style="display: flex; flex-direction: column; justify-content: center; align-items: center;">
9
  <div style="width: 100%; text-align: center; margin-bottom: 4px;">
10
  <img src="examples/1.gif" style="zoom:32%;">
11
  <img src="examples/2.gif" style="zoom:32%;">
 
17
  <img src="examples/6.gif" style="zoom:32%;">
18
  </div>
19
  </p>
20
+ -->
21
+ <div style="text-align: center;">
22
+ <img src="examples/1.gif" style="width: 32%; display: inline-block;">
23
+ <img src="examples/2.gif" style="width: 32%; display: inline-block;">
24
+ <img src="examples/3.gif" style="width: 32%; display: inline-block;">
25
+ </div>
26
+ <div style="text-align: center;">
27
+ <img src="examples/4.gif" style="width: 32%; display: inline-block;">
28
+ <img src="examples/5.gif" style="width: 32%; display: inline-block;">
29
+ <img src="examples/6.gif" style="width: 32%; display: inline-block;">
30
+ </div>
31
+
32
  MoG is a generative video frame interpolation (VFI) 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
+ ![pipeline_figure](figs/pipeline_figure.png)
41
 
42
  ## Model Description
43