wuhuikai / DeepGuidedFilter

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About the range of input tensor

yifanjiang19 opened this issue · comments

Hi, I want to use this module in another model and I wonder whether it requires the range of tensor to be [-1, 1] or [0,1]?

Thanks so much!

[0, 1] in our experiment. I think [-1, 1] should also work.