wwen1997 commited on
Commit
a1c7461
ยท
verified ยท
1 Parent(s): 5260cc6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +48 -3
README.md CHANGED
@@ -1,3 +1,48 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ <div align="center">
3
+
4
+ <h1>
5
+ Framer
6
+ </h1>
7
+
8
+ <div align="center"> <img src='assets/logo/framer.png' style="height:150px"></img></div>
9
+
10
+ <h3><a href="https://arxiv.org/abs/2410.18978">Framer: Interactive Frame Interpolation</a></h3>
11
+
12
+
13
+
14
+ [Wen Wang](https://github.com/encounter1997)<sup>1,2</sup>, &nbsp; [Qiuyu Wang](https://scholar.google.com/citations?user=VRsy9v8AAAAJ)<sup>2</sup>, &nbsp; [Kecheng Zheng](https://zkcys001.github.io)<sup>2</sup>, &nbsp; [Hao Ouyang](https://ken-ouyang.github.io/)<sup>2</sup>, &nbsp; [Zhekai Chen](https://github.com/Aziily)<sup>1</sup>, &nbsp; [Biao Gong](https://scholar.google.com/citations?user=BwdpTiQAAAAJ)<sup>2</sup>, &nbsp; [Hao Chen](https://scholar.google.com/citations?user=FaOqRpcAAAAJ)<sup>1</sup>, <br>[Yujun Shen](https://shenyujun.github.io)<sup>2</sup>, &nbsp; [Chunhua Shen](https://cshen.github.io/)<sup>1</sup>
15
+
16
+ <sup>1</sup>[Zhejiang University, China](https://www.zju.edu.cn/english/), &nbsp; <sup>2</sup>[Ant Group](https://www.antgroup.com/en)
17
+
18
+ <a href='https://aim-uofa.github.io/Framer'><img src='https://img.shields.io/badge/Project-Page-Green'></a> &nbsp;
19
+
20
+ </div>
21
+
22
+ <div align="center"> <img src='assets/demos.gif' style="height:150px"></img></div>
23
+
24
+ ## ๐Ÿ”† TL;DR
25
+
26
+ We propose Framer, a more controllable and interactive frame interpolation method that allows users to produce smoothly transitioning frames between two images by customizing the trajectory of selected keypoints, enhancing control and handling challenging cases.
27
+
28
+
29
+ ## ๐Ÿ“– Citation BibTeX
30
+ Please consider citing our paper if our code is useful:
31
+ ```bib
32
+ @article{wang2024framer,
33
+ title={Framer: Interactive Video Interpolation},
34
+ author={Wang, Wen and Wang, Qiuyu and Zheng, Kecheng and Ouyang, Hao and Chen, Zhekai and Gong, Biao and Chen, Hao and Shen, Yujun and Shen, Chunhua},
35
+ journal={arXiv preprint https://arxiv.org/abs/2410.18978},
36
+ year={2024}
37
+ }
38
+ ```
39
+
40
+ ## ๐ŸŽซ License
41
+
42
+ For academic use, this project is licensed under [the 2-clause BSD License](LICENSE). For commercial use, please contact [C Shen](mailto:[email protected]).
43
+
44
+
45
+ ## ๐Ÿ˜‰ Acknowledgements
46
+
47
+ - Thanks to [SVD_Xtend](https://github.com/pixeli99/SVD_Xtend) for the wonderful work and codebase.
48
+ - Thanks to [DragAnything](https://github.com/showlab/DragAnything) for the wonderful work and codebase.