Open aalennku opened 5 years ago
Hi, I have no idea if it is helpful but you can have a look at my repo of a python-implemented Dense CRF.
https://github.com/92xianshen/PyDCRF
You can revise the _compute_bilateral_kernel
in high_dim_filter.py
to fit the Non-RGB case.
Hi, thanks for such a detailed beginner's guide and manual.
I am confused on the Non-RGB cases, as the instance is presented on Greyscale images. Recently, I m using this wonderful package on an image has more than 3-channels. However, the CPP codes seem to indicate they are designed for RGB images, before the Python wrapping. For example, the codes in
It will be great if anyone could help me with where does the Python part take care of a more than 3 channeled case.
Thank you all for your attention.