I think there is a wrong type in the example available here: https://github.com/MarcoForte/bayesian-matting/blob/master/bayesian_matting.py#L192 Should not this be just: ``` trimap = scipy.misc.imread("gandalfTrimap.png", flatten=True) ```
I think there is a wrong type in the example available here: https://github.com/MarcoForte/bayesian-matting/blob/master/bayesian_matting.py#L192
Should not this be just: