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
An important caveat is that `addPairwiseBilateral` only works for RGB images, i.e. three channels.
105
107
If your data is of different type than this simple but common case, you'll need to compute your
106
108
own pairwise energy using `utils.create_pairwise_bilateral`; see the [generic non-2D case](https://github.com/lucasb-eyer/pydensecrf#generic-non-2d) for details.
107
109
110
+
A good [example of working with Non-RGB data](https://github.com/lucasb-eyer/pydensecrf/blob/master/examples/Non%20RGB%20Example.ipynb) is provided as a notebook in the examples folder.
111
+
108
112
### Compatibilities
109
113
110
114
The `compat` argument can be any of the following:
0 commit comments