Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Codersadis/SRCNN-MXNET

MXNET implementation for SRCNN
https://github.com/Codersadis/SRCNN-MXNET

Last synced: 2 months ago
JSON representation

MXNET implementation for SRCNN

Awesome Lists containing this project

README

        

## SRCNN-MXNET
This repo reproduces a prototype of the classical algorithm for Single Image Super resolution (SISR) with convolutional neural network based on MXNET.

### Prequesity
- MXNET 0.11.0
- MKL/Numpy/h5py/scipy

### Test Environment
- CPU version of MXNET
- Win 10 64-bit & 8G

### MISC
- The uploaded checkpoint may not provide high performance since only 1,000 iterations were done.

### Reference
- Dong C, Loy C C, He K, et al. Image super-resolution using deep convolutional networks[J]. IEEE T. PAMI, 2016, 38(2): 295-307.