# LapSRN-tensorflow **Repository Path**: bolang/LapSRN-tensorflow ## Basic Information - **Project Name**: LapSRN-tensorflow - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-05-24 - **Last Updated**: 2023-07-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Tensorflow implementation of the paper "Deep Laplacian Pyramid Networks for Fast and Accurate Super-Resolution" (CVPR 2017) This is a Tensorflow implementation using TensorLayer. Original paper and implementation using MatConNet can be found on their [project webpage](http://vllab1.ucmerced.edu/~wlai24/LapSRN/). ### Environment The implementation is tested using python 3.6 and cuda 8.0. ### Download repository: $ git clone https://github.com/zjuela/LapSRN-tensorflow.git ### Train model Specify dataset path in config.py file and run: $ python main.py The pre-trained model is trained using [NTIRE 2017](http://www.vision.ee.ethz.ch/ntire17/) challenge dataset. ### Test Run with your test image: $ python main.py -m test -f TESTIMAGE Results can be find in folder ./samples/