Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.33 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.33 KB

keras-examples

Image vision examples using machine learning, including

  • inpainting
  • superresolution
  • deblurring

All examples delivered as jupyter notebook and running on vanilla keras (with both plaidml/theano and tensorflow/google colab as backend).

results

(1. degraded image, 2. neural net output, 3. ground truth)

inpainting

alt text

superresolution

alt text

deblurring

alt text

to run...

...just upload to google/colab OR locally call git clone https://github.com/BenjaminWegener/Keras-examples

references & notes