Skip to content

My implementation of the REDNet Skip-connection Encoder-Decoder Network for image de-noising and super resolution

License

Notifications You must be signed in to change notification settings

THRO-INFM18/REDNet-TensorFlow

 
 

Repository files navigation

REDNet-TensorFlow

REDNet model for TensorFlow with Keras

My implementation of the REDNet Skip-connection Encoder-Decoder Network for image de-noising and super resolution

Directories:

  • models: Trained models. May be a bit out of date.
  • video_utils: Contains rough scripts and notebook files for applying the de-noising model to video files. Currently it will just deconstruct the video into into it's frame images, run inference on the images, and then reconstruct the frames back into the video file. Need to clean up the code and modify it to act on video buffer instead of images.

Reference

About

My implementation of the REDNet Skip-connection Encoder-Decoder Network for image de-noising and super resolution

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 84.2%
  • Python 15.8%