Skip to content

Super Resolution Example

Compare
Choose a tag to compare
@joaopauloschuler joaopauloschuler released this 12 May 16:55
· 675 commits to master since this release

This release includes a super resolution example:
https://github.com/joaopauloschuler/neural-api/tree/master/examples/SuperResolution

There is also a command line tool so everyone can now increase image resolution with no more than FPC (no external library are required) via command line:

#SuperResolution -i street.png -o street3.png
Loading input file: street.png
Input image size: 158x214x3
Creating Neural Network...
Resizing with tiles...
Neural network file found at ../../../examples/SuperResolution : super-resolution-7-64-sep.nn
Padding input image.
Resizing with tiles to: 288x416x3
Saving output file: street3.png

This release also fixes bug #25 .