senguptaumd / Background-Matting

Background Matting: The World is Your Green Screen
https://grail.cs.washington.edu/projects/background-matting/
4.78k stars 662 forks source link

segmentation problem #57

Open poincarelee opened 4 years ago

poincarelee commented 4 years ago

hi, I was using the segmentation.py to segment people through camera and I encountered a problem: some part such as arm of the person separate rather than connecting to the body, just as the attached picture shows. Could you tell me what the reason is for this and any solution to connecting all the parts together? Thanks a lot. 分割图片

DerekGrant commented 4 years ago

Yeah, I met the same problem and worse.

senguptaumd commented 4 years ago

Segmentation via Deeplab can often fail for these kinds of situations. I am curious about what kind of error the matting network produces. It has been trained to be robust to faulty segmentation by using the captured background.

kartikwar commented 3 years ago

interesting problem