Replies: 3 comments 9 replies
-
I wrote an extension of the kernel to the joint bilateral filter case that I'd like to contribute, just wanted to address this issue first :) |
Beta Was this translation helpful? Give feedback.
9 replies
-
The original post is 2 years old, more recently there's an extended implementation of bilateral/joint bilateral filtering MONAI/monai/networks/layers/filtering.py Line 345 in 65cf5fe |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It seems that the BilateralFilter cuda kernel silently fails (returns zeros) on inputs with more than 16 channels. Here is an example of the 2D case:
Is this expected?
Thanks!
Allan
Beta Was this translation helpful? Give feedback.
All reactions