wuhuikai / DeepGuidedFilter

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

most examples use classical guided filter rather than the one in paper

suruoxi opened this issue · comments

I'm wondering why in most examples , you prefer the classical guided filter rather than the proposed learnable filter layer in the paper.

Do you mean ConvGuidedFilter? ConvGuidedFilter is an extension of our conference paper, we only have experiments on 5 image processing tasks. In computer vision tasks, we employ GuidedFilterLayer proposed in our conference paper.