dpp icon indicating copy to clipboard operation
dpp copied to clipboard

about the implementation..

Open chenchr opened this issue 7 years ago • 0 comments

Hello. Thanks for the paper and code. I have done some work about bilateral filter before and I am curious about the torch implementation of dpp using primitive block. However I am not familiar with torch.. Is the inverse bilateral part of dpp implemented by:

  1. unfolding every kernel to a vector like im2col
  2. and then do the calculation
  3. and finally reshape back ? Are there any plan about a pytorch implementation ? Thanks!

chenchr avatar May 09 '18 11:05 chenchr