InstMatt icon indicating copy to clipboard operation
InstMatt copied to clipboard

about training dataset

Open zhangh0920 opened this issue 2 years ago • 3 comments

Could you please release the traing dataset? Thanks a lot!

zhangh0920 avatar Sep 18 '23 03:09 zhangh0920

Hi, have you been successfully train the model on your own? it seems that the train codes are not complete.

SherlockSunset avatar Mar 01 '24 02:03 SherlockSunset

i can see fg and bg in spasemat,但是我不知道alphas和masks的区别

yuqilol avatar Jun 21 '24 08:06 yuqilol

在源码中我解析出这样一段内容,我没法理解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()

yuqilol avatar Jun 21 '24 08:06 yuqilol