Skip to content

This is ESRGAN_Model Finetuned with 4k video frames.

License

Notifications You must be signed in to change notification settings

dino65-dev/ESRGAN_Model

Repository files navigation

ESRGAN_Model Repo Stars Forks Watchers

This is ESRGAN_Model Finetuned with 4k video frames.

ESRGAN (Enhanced SRGAN) Fine Tuned Using [:rocket: [Real-ESRGAN] Model.

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

Test Models

  1. Clone this github repo.
git clone https://github.com/dino65-dev/ESRGAN_Model.git
cd ESRGAN_Model
  1. Place your own low-resolution images in ./LR folder. (There are two sample images - baboon and comic).
  2. 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).
  3. Run test. We provide ESRGAN model and RRDB_PSNR model and you can config in the test.py.
 python test.py

About

This is ESRGAN_Model Finetuned with 4k video frames.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages