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
In what part of code do you handle this? In practice, conflicts happen when we force the yˆ(·, r) to be a one-hot vector since the same region can be chosen to be positive for different ground-truth classes, especially in the early stages of training. Our solution is to use that class for pseudo-label rˆ which has a higher predicted score s(c, rˆ).
What scores are used for generating supervision for student branches? It seems to me that you normalize scores across classes. Is it true?
In what part of code do you handle this?
In practice, conflicts happen when we force the yˆ(·, r) to be a one-hot vector since the same region can be chosen to be positive for different ground-truth classes, especially in the early stages of training. Our solution is to use that class for pseudo-label rˆ which has a higher predicted score s(c, rˆ).
What scores are used for generating supervision for student branches? It seems to me that you normalize scores across classes. Is it true?
wetectron/wetectron/modeling/roi_heads/weak_head/loss.py
Line 257 in 44e6fa9
Thanks!
The text was updated successfully, but these errors were encountered: