Skip to content

This is my implementation of super-resolution convolutional neural network for upscaling raster images.

License

Notifications You must be signed in to change notification settings

Spol-RafaSoftware/SRCNN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SRCNN

This is my implementation of super-resolution convolutional neural network for upscaling raster images.

It implements 3 major steps:

  • Gathering: loading data (images) and preparing training set;
  • Training: preparing neural network for usage;
  • Evaluating: demonstrating results;

About

This is my implementation of super-resolution convolutional neural network for upscaling raster images.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 76.2%
  • JavaScript 11.5%
  • HTML 9.3%
  • CSS 3.0%