mirror of
https://github.com/hzwer/ECCV2022-RIFE.git
synced 2025-12-16 08:27:45 +01:00
Update README.md
This commit is contained in:
16
README.md
16
README.md
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user