HarshalShende / Restore-Image-Resolution-OpenCV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Super Resolution - OpenCV

Complete Video Tutorial: https://youtu.be/-LqHr5V67C4

Project Information

The goal of this project is to enhance low-resolution images by using super resolution techniques with OpenCV and Python Deep Learning. Low-resolution images can lack details and appear blurry, making them unsuitable for use in certain applications. By using super resolution techniques, we can increase the resolution of these images and enhance their quality.

Model Links

EDSR: https://github.com/Saafke/EDSR_Tensorflow/blob/master/models/ LapSRN: https://github.com/fannymonori/TF-LapSRN/blob/master/export/LapSRN_x8.pb

Libraries

  • opencv
  • opecv contrib

About


Languages

Language:Jupyter Notebook 87.0%Language:Python 13.0%