Closed kartikwar closed 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
In the function read_trimap I saw these two lines
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