MoG
ZhuYuhan commited on
Commit
4ec15a1
·
verified ·
1 Parent(s): 5396dd2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -8
README.md CHANGED
@@ -57,13 +57,10 @@ We provide two model checkpoints: `real.ckpt` for real-world scenes and `ani.ckp
57
  If you find our code useful or our work relevant, please consider citing:
58
 
59
  ```
60
- @misc{zhang2024vfimambavideoframeinterpolation,
61
- title={VFIMamba: Video Frame Interpolation with State Space Models},
62
- author={Guozhen Zhang and Chunxu Liu and Yutao Cui and Xiaotong Zhao and Kai Ma and Limin Wang},
63
- year={2024},
64
- eprint={2407.02315},
65
- archivePrefix={arXiv},
66
- primaryClass={cs.CV},
67
- url={https://arxiv.org/abs/2407.02315},
68
  }
69
  ```
 
57
  If you find our code useful or our work relevant, please consider citing:
58
 
59
  ```
60
+ @article{zhang2025motion,
61
+ title={Motion-Aware Generative Frame Interpolation},
62
+ author={Zhang, Guozhen and Zhu, Yuhan and Cui, Yutao and Zhao, Xiaotong and Ma, Kai and Wang, Limin},
63
+ journal={arXiv preprint arXiv:2501.03699},
64
+ year={2025}
 
 
 
65
  }
66
  ```