singer-yang / LocalGaussianBlur

PyTorch implementation of a Gaussian Blur operation with changing kernel variance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LocalGaussianBlur

PyTorch implementation of a Gaussian Blur operation with changing kernel variance

The operation has similar interface to the scripts in torchvision:

lblur = LocalGaussianBlur()

blurred = lblur(image,modulator)

See the jupyter notebook for a working example.

About

PyTorch implementation of a Gaussian Blur operation with changing kernel variance


Languages

Language:Jupyter Notebook 99.9%Language:Python 0.1%