Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 497 Bytes

File metadata and controls

13 lines (10 loc) · 497 Bytes

Super-Resolution

Image and Video Super Resolution

Aayush Jain

  • Image and Video super-resolution using Generative Adverserial Network (GAN).

How to use it:

  • Install packages from requirements.txt or requirements-gpu.txt file as per convinence.
  • Put the video path in video_path main.py.
  • Run the main.py file and get the file.

Alert:

  • Getting any alert while installing packages from requirements.txt or requirements-gpu.txt for h5py: pip install 'h5py==2.10.0' --force-reinstall