Skip to content
Tang, Wenyi edited this page May 27, 2019 · 1 revision

NOTE: RBPN in VSR is implemented with an unsupervised flow estimated network, instead of using pyflow to exciplict calculate optical flow, here we estimate the flow inside the whole network.

Download weights, and extract to the default ./Results/

# "T" means VSRTorch model
python prepare_data.py --filter Trbpn
# Download test data (optional)
python prepare_data.py --filter vid4 --data_dir=./Data

Test model:

cd VSRTorch
python eval.py rbpn --cuda --pth ../Results/RBPN_x4.pth -t ../Data/vid4/input

Pretrained Models

VSR (Tensorflow)

  1. SRCNN

VSRTorch

  1. Classic
  2. CARN
  3. ESRGAN
  4. TecoGAN
  5. SOF-VSR
  6. FRVSR
  7. RBPN
Clone this wiki locally