faebstn96 / trainable-bilateral-filter-source

This is our implementation of a trainable bilateral filter layer (PyTorch)
Apache License 2.0
49 stars 2 forks source link

RGB support #2

Closed hao-pt closed 1 year ago

hao-pt commented 1 year ago

Do you plan to support this filter for 3-channel RGB images?

faebstn96 commented 1 year ago

Hi @hao-pt, Currently the filter only supports a single channel, however, you can use three independent filters for the individual channels. I have the multi-channel functionality on my to do list. But so far I was swamped with other work, sorry about that.