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
To further increase the dataset diversity, we randomly composite a new foreground object with 50% probability, as in [34].
Could you please provide more details on how exactly you did it. Did you compose foregrounds before or after solving colors in areas where alpha is 0.
And did you do something (maybe mean?) to save correct foreground colors during composition where both fg's alpha is 0?
I noticed that if i compose solved foregrounds it results to dominating "background" fg colors where alpha is 0.
Here is an example of compositioning 2 foregrounds in different order. Look at "orange"/green background.
And here is what i've got if solve combined fg one more time (but as i think, double solving could lead to incorrect colors in semitransparent regions)
The text was updated successfully, but these errors were encountered:
In paper you wrote:
Could you please provide more details on how exactly you did it. Did you compose foregrounds before or after solving colors in areas where alpha is 0.
And did you do something (maybe mean?) to save correct foreground colors during composition where both fg's alpha is 0?
I noticed that if i compose solved foregrounds it results to dominating "background" fg colors where alpha is 0.
Here is an example of compositioning 2 foregrounds in different order. Look at "orange"/green background.
And here is what i've got if solve combined fg one more time (but as i think, double solving could lead to incorrect colors in semitransparent regions)
The text was updated successfully, but these errors were encountered: