You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I find out in guided_filter.py, mean_a is a matrix having sum(mean_a) == reduce((lambda x, y: x * y), mean_a.shape) and sum(mean_b) == 0.
from guided_filter(x, x) getting again x.
Please help me to understand this. I refered the same paper as you for guided_filter https://kaiminghe.github.io/publications/pami12guidedfilter.pdf
The text was updated successfully, but these errors were encountered:
I started understanding the problem statement, it look very cool to me. So i started to implement this in Pytorch and learn some stuff in CV.
I find out in guided_filter.py, mean_a is a matrix having sum(mean_a) == reduce((lambda x, y: x * y), mean_a.shape) and sum(mean_b) == 0.
from guided_filter(x, x) getting again x.
Please help me to understand this. I refered the same paper as you for guided_filter
https://kaiminghe.github.io/publications/pami12guidedfilter.pdf
The text was updated successfully, but these errors were encountered: