MarcoForte / FBA_Matting

Official repository for the paper F, B, Alpha Matting
MIT License
467 stars 95 forks source link

Issue in input trimaps #40

Closed kartikwar closed 3 years ago

kartikwar commented 3 years ago

In the function read_trimap I saw these two lines

# trimap[trimap_im == 1, 1] = 1
# trimap[trimap_im == 0, 0] = 1

wouldnt this binarize trimap ? Ideally shouldn't the trimap be continous b/w 0 and 1

Thanks for this great work btw. Paper has some really promising results