Skip to content

TecoGAN

Tang, Wenyi edited this page May 10, 2019 · 2 revisions

NOTE: TecoGAN is PSNR-oriented now.

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

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

Test model:

cd VSRTorch
python eval.py tecogan --cuda --pth ../Results/TecoPSNR.pth --depth -1 --output_index : --auto_rename -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