InstMatt
InstMatt copied to clipboard
about training dataset
Could you please release the traing dataset? Thanks a lot!
Hi, have you been successfully train the model on your own? it seems that the train codes are not complete.
i can see fg and bg in spasemat,但是我不知道alphas和masks的区别
在源码中我解析出这样一段内容,我没法理解alpha和mask的区别 image, fg, alpha, trimap, mask = image_dict['image'], image_dict['fg'], image_dict['alpha'], image_dict['trimap'], image_dict['mask']
h, w = image.size(2), image.size(3)
image = image.cuda()
alpha = alpha.cuda()
trimap = trimap.cuda()
mask = mask.cuda()
fg = fg.cuda()