Update README.md

This commit is contained in:
hzwer
2020-11-13 10:27:30 +08:00
committed by GitHub
parent 4db11684c6
commit 61d56b264d

View File

@@ -23,3 +23,19 @@ $ python3 inference.py --img /path/to/image_0 /path/to/image_1
// You will get an out.png.
// You can use cpu to have a try.
```
If you find this repository useful for your research, please cite the following paper:
```
@article{huang2020rife,
title={RIFE: Real-Time Intermediate Flow Estimation for Video Frame Interpolation},
author={Huang, Zhewei and Zhang, Tianyuan and Heng, Wen and Shi, Boxin and Zhou, Shuchang},
journal={arXiv preprint arXiv:2011.06294},
year={2020}
}
```
## Reference
[ARFlow](https://github.com/lliuz/ARFlow)
[pytorch-liteflownet](https://github.com/sniklaus/pytorch-liteflownet)
[RAFT](https://github.com/princeton-vl/RAFT)
[AdaCoF-pytorch](https://github.com/HyeongminLEE/AdaCoF-pytorch)