Skip to content

Using an already existing ESRGAN model, degrading our HR images to generate training data for finetuning and further checking the MSE and PSNR for the generated and the original HR images. Link to the original link of Real ESRGAN Repo - https://github.com/xinntao/Real-ESRGAN

License

Notifications You must be signed in to change notification settings

aman-095/Single-Image-Super-Resolution-using-ESRGAN

Repository files navigation

Single-Image-Super-Resolution-using-ESRGAN

Using an already existing ESRGAN model, degrading our HR images to generate training data for finetuning and further checking the MSE and PSNR for the generated and the original HR images. Link to the original link of Real ESRGAN Repository

Methods Required

  • Image Degradation

  • Finetuning and Parameter Optimization Techniques

  • Image data visualization Techniques

  • Evaluation Metrics

Roadmap

  1. Fine-tuned Real-ESRGAN model This is the main file with all the datasets and the fine-tuned models.
  • Installing libraries and dependency
  • Cloning the Real-ESRGAN repository on the Jupyter notebook
  • Dataset Division into Train, Validation and Test
  • Running the first cell of the Fine Tune code file generates a Real-ESRGAN file containing the different folders necessary. In the generated folder create a dataset -- DF2K--DF2K_HR and add the train HR images.
  • Run the second cell which will apply a degradation model and generate LR images corresponding to HR.
  • Running the third cell would create a Meta file which would contain file names and would be of .txt format.
  • Now run the cells which would give links for the pre-trained models download those and add that to the RealESRGAN--experiments--pre-trained models and add all here.
  • After this step now go to the RealESRGAN--options--FinetuneRealESRGAN and apply changes to it and save that.
  • Now run the cell with finetuning realesrgan--resume which will apply to our dataset.
  • Make an upload folder where add the Degraded Images generated from the Image_Degradation_Model and add there.
  • Run the inferences cell and the results would get stored in a results folder inside the RealESRGAN folder.
  1. All the essential links for the original and the generated datasetsLinks This contains all the qualitative analysis of the results and detailed data visualization.

Fine-tuned Images

Fine-tuned

Fine-tuned

Results

Results

Contains the LR, HR and Fine-tuned Images with evaluation scores i.e MSE and PSNR values.

Feedback

If you have any feedback, please reach out to us at [email protected]

🔗 Links

portfolio linkedin

About

Using an already existing ESRGAN model, degrading our HR images to generate training data for finetuning and further checking the MSE and PSNR for the generated and the original HR images. Link to the original link of Real ESRGAN Repo - https://github.com/xinntao/Real-ESRGAN

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published