# super-resolution **Repository Path**: chenyang918/super-resolution ## Basic Information - **Project Name**: super-resolution - **Description**: collection of super-resolution models & algorithms - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2020-06-29 - **Last Updated**: 2023-03-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # super-resolution A collection of super-resolution models & algorithms Detail introduction of each model is in corresponding sub-folds. Authored by [icpm](https://github.com/icpm) ## Requirement - python3.6 - numpy - pytorch 1.0.0 ## Models - [VDSR](https://github.com/icpm/super-resolution/tree/master/VDSR) - [EDSR](https://github.com/icpm/super-resolution/tree/master/EDSR) - [DCRN](https://github.com/icpm/super-resolution/tree/master/DRCN) - [SubPixelCNN](https://github.com/icpm/super-resolution/tree/master/SubPixelCNN) - [SRCNN](https://github.com/icpm/super-resolution/tree/master/SRCNN) - [FSRCNN](https://github.com/icpm/super-resolution/tree/master/FSRCNN) - [SRGAN](https://github.com/icpm/super-resolution/tree/master/SRGAN) - [DBPN](https://github.com/icpm/super-resolution/tree/master/DBPN) ## Usage train: ```bash $ python3 main.py -m [sub/srcnn/cdsr/edsr/fsrcnn/drcn/srgan/dbpn] ``` super resolve: ```bash $ python3 super_resolve.py ```