Official implementation of Cross-Resolution Flow Propagation for Foveated Video Super-Resolution (CRFP) accepted by WACV 2023.
Demonstration how CRFP deal with various value of
To train the model, you need to install DCN first from https://github.com/jinfagang/DCNv2_latest
Run the following to start training
bash train.sh
To evaluate, run
bash eval.sh
To test, run
bash test.sh
Most of the code is referenced from