wuhuikai / DeepGuidedFilter

Official Implementation of Fast End-to-End Trainable Guided Filter, CVPR 2018

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

an application about guided filter to disentangle convolution effect from GAN image

BossunWang opened this issue · comments

Hi,
I have a preliminary idea about the application of guided filter.
GAN is more popular way to generate image for pre-process step on some area for example object recognition , style transfer.
but generator is a decoder which through many convolution layers, so that image become "convolution effect".
what I think about is FastGuidedFilter or GuidedFilter (not ConvGuidedFilter) can help to disentangle .
For example I would like to generated image more "real world image", I use FastGuidedFilter and generated image as input and real world image as guided image, then want to output a real picture.
Does this theory work?

If input and guided image have similar edges and textures, FastGuidedFilter should work.