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
I noticed 3 insteresting changes in this version compared to v1:
"compositional_loss" and "overall_loss" are removed, and only "alpha_prediction_loss" remains.
"model refinement" step with dense layers or "torch.nn.linear" are removed, and only "encorder and decoder" layers remains.
So, maybe this is a light version of v1.
"generate_trimap(alpha)" function changes a lot, which can generate much large and usual unknown region size and is perhaps a key point for the improvement of the results.
The text was updated successfully, but these errors were encountered:
I noticed 3 insteresting changes in this version compared to v1:
So, maybe this is a light version of v1.
The text was updated successfully, but these errors were encountered: