Skip to content

Darkshadow9799/Super-Resolution

Repository files navigation

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