You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I was running your code and the model converged in 9 epochs. But the alpha matte did really bad on the foreground and background region. For example, there are many random regions on the background labelled as foreground. I went through your code, I think the parameter 'wl' in matting_unpool.py already set the training focus on the unknown region. Do you know why the model still struggles with known fg, bg regions?
Thank you!