Skip to content

antonilo/TensBlur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TensBlur: utilities to blur images or layers in tensorflow

Dependencies

  1. Numpy
  2. Scipy
  3. Tensorflow
  4. Pillow

Class Smoother

The file smoother.py contains the main class to implement the blurring on the feeded input. This input can be either an image (as shown in the example) or one of the layers of a Neural Network. The main class to import is Smoother. The class is a forked version of caffe-tensorflow

Run

To run the example: python2.7 blur_image.py

About

Tensorflow class to blur images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages