Tensorflow implementation of super-resolution using CNN.
- Python 3
- Tensorflow
- Numpy
- Scipy
- Opencv 3
- h5py
To train, uncomment the scripts in the bottom in net.py.
Then type python net.py
To test, set proper img_path and save_path in the use_SRCNN.py.
Then type python use_SRCNN.py
.
Reference: