junpan19 / RRN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python 3.6 PyTorch 1.1

Recurrent Residual Network for Video Super-resolution (RRN)

The official implementation for the [Revisiting Temporal Modeling for Video Super-resolution] which is accepted by [BMVC-2020].

framework

Train

We utilize 4 GTX-1080TI GPUs for training.

python main.py

Test

We utilize 1 GTX-1080TI GPU for testing. Test the trained model with best performance by

python test.py

About


Languages

Language:Python 100.0%