Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

ESRGAN_Model Repo Stars Forks Watchers

This is ESRGAN_Model Finetuned with 4k video frames.

Quick Test

Dependencies

  • Python 3
  • Pytorch >= 1.0 (CUDA version >= 7.5 if installing with CUDA.More Details)
  • Python packages: pip install numpy opencv-python
  1. Go to ./figures folder to see how and well it works.
  2. Place your own low-resolution images in ./LR folder.
  3. I've downloaded and fine tuned the model. But you can download pretrained models from Google Drive or Baidu Drive. Place the models in ./models. We provide two models with high perceptual quality and high PSNR performance (see model list).
  4. Run test. We provide ESRGAN model and RRDB_PSNR model and you can config in the test.py.
 python test.py