Skip to content
Tang, Wenyi edited this page Jun 27, 2019 · 3 revisions

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

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

Test model:

cd VSRTorch
python eval.py carn --cuda --pth ../Results/carn.pth --multi_scale 1 -t ../Data/Set5_SR/Set5/image_SRF_4/*LR.png

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