24AACR13
Senior Mentor:Abhiram Dodda
Junior Mentor:Siddharth Mahesh, Ekanth Sai
Team Member:Hemanth Nag Bitra
This project focuses on Single Image Super-Resolution (SISR), utilizing the Enhanced Deep Super-Resolution (EDSR) model to upscale images by 4x. By leveraging deep learning techniques, it achieves high-quality image restoration with improvements measured using PSNR (Peak Signal-to-Noise Ratio) and SSIM (Structural Similarity Index).
Package | Version |
---|---|
Python | 3.10.14 |
PyTorch | 2.4.0 |
Torchvision | 0.19.0 |
Pillow | 10.3.0 |
Matplotlib | 3.7.5 |
CUDA Toolkit | 12.6 |
Follow these steps to set up the project and perform image upscaling:
git clone https://github.com/AAC-Open-Source-Pool/Image-Upscaling
pip install -r requirements.txt
Dataset Link: https://data.vision.ee.ethz.ch/cvl/DIV2K/
1. Download the dataset from the given link, and place it appropriately in the dataset directory
2. Run training.ipynb
3. The model and plots will be saved to Models directory
1. Place the model in "Models" directory
2. Place the set of images to upscale in "Input" directory
3. Run upscale.py
4. Find the upscaled images in "Upscaled" directory
This section provides instructions and details on how to submit a contribution via a pull request. It is important to follow these guidelines to make sure your pull request is accepted.
- Before choosing to propose changes to this project, it is advisable to go through the readme.md file of the project to get the philosophy and the motive that went behind this project. The pull request should align with the philosophy and the motive of the original poster of this project.
- To add your changes, make sure that the programming language in which you are proposing the changes should be the same as the programming language that has been used in the project. The versions of the programming language and the libraries(if any) used should also match with the original code.
- Write a documentation on the changes that you are proposing. The documentation should include the problems you have noticed in the code(if any), the changes you would like to propose, the reason for these changes, and sample test cases. Remember that the topics in the documentation are strictly not limited to the topics aforementioned, but are just an inclusion.
- Submit a pull request via Git etiquettes