Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 443 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 443 Bytes

SuperResolutionNet

Super resolution neural network implemented via Tensorflow

The folder "Original" contains some high resolution microbiological images, and the folder "Label" has corresponding low resolution images obtained by bicubic interpolation.

The MainSRN is the main function to the model and other utillites. Change the hyperparameters and other parameters in this file instead of changing them in the SRNModel or UtilFunction.