yucornetto / MGMatting

This repository includes the official project of Mask Guided (MG) Matting, presented in our paper: Mask Guided Matting via Progressive Refinement Network
Other
332 stars 48 forks source link

Background noise elimination #22

Open ljc19940403 opened 3 years ago

ljc19940403 commented 3 years ago

Hi, thank you very much for your great work! At present, I encounter the following problems. In the following scenarios, filamentous objects are detected as foreground. Can I solve such problems by adding another Loss, such as BCE. Or do you have any suggestions? Looking forward to your reply! 1

yucornetto commented 3 years ago

Hi, I am not sure about what kind of loss can help resolve it. I would suggest using more real-world data to train/finetune the model (e.g., you can use our released real-world portrait dataset to finetune the model), or adding some prior to post-processing (e.g., keep the largest connected component).