sanghyun-son/EDSR-PyTorch
A PyTorch implementation of a deep residual network for single image super-resolution, a computer vision deep learning model.

Velocity · 7d
+0.8
★ / day
Trend
→steady
star history
This repository provides a PyTorch implementation of the EDSR (Enhanced Deep Residual Networks) paper from CVPRW 2017. The model is designed for single image super-resolution, a task that reconstructs high-resolution images from low-resolution inputs. It uses deep residual network architecture and includes scripts for training models from scratch or using pre-trained weights for image enlargement.