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

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

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

Test model:

cd VSRTorch
python eval.py frvsr --cuda --pth ../Results/FRVSR.pth -t ../Data/vid4/input --depth -1 --output_index : --auto_rename

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