bayesian-matting icon indicating copy to clipboard operation
bayesian-matting copied to clipboard

Wrong argument type in the main file

Open hristo-vrigazov opened this issue 6 years ago • 0 comments

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)

hristo-vrigazov avatar Jun 23 '18 15:06 hristo-vrigazov