Deep-Image-Matting icon indicating copy to clipboard operation
Deep-Image-Matting copied to clipboard

Deep Image Matting

Results 6 Deep-Image-Matting issues
Sort by recently updated
recently updated
newest added

hi , Is bg_path an image file for Coco? ` bg_path = 'data/bg/'`

I've trained it on the custom dataset of 6800 training images and 761 validation images. All the unknown region pixel takes the value of 255 eventually. I've checked with a...

Hi,foamliu: 1. When “loss=overall_loss”, "pretrained_path = None" and "num_gpu=1" are set, an error occurs when running “train.py”. The error situation is as follows: - code: final.compile(optimizer='nadam', loss=overall_loss, target_tensors=[decoder_target]) - error:...

Hi, Apparently the original image training sets is not available to anyone not associated with a university. Is there a way to run the demo at least without it. You...

Hi, and thank you for making this code available. Is it fast enough for real time use? How long does the function take to return an alpha from the trimap/colour...

Hi, may I know how you compute the foreground color, Fig.2(c) in the paper ![image](https://github.com/foamliu/Deep-Image-Matting/assets/52780840/fbaab82d-b5c1-4d7f-87cf-e8fb226b96bb) and I found that the training images are not original images but foreground color for...