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
hi
below is the code for loss
in this one while building classification
clas_mask = matches>=0
Class mask will have 1 for even the bg position of anchors .
As before this we add 1 to matches tensor which has -1,-1,-1 for background, 0 for class and -2 for ignore.
that way we are taking in from Pred tensor even those anchors that are predicting the background.
Similar is the case fo bbox tensor.
Can you please let me know the rational behind taking into the account bg detecting tensor.
hi
below is the code for loss
in this one while building classification
clas_mask = matches>=0
Class mask will have 1 for even the bg position of anchors .
As before this we add 1 to matches tensor which has -1,-1,-1 for background, 0 for class and -2 for ignore.
that way we are taking in from Pred tensor even those anchors that are predicting the background.
Similar is the case fo bbox tensor.
Can you please let me know the rational behind taking into the account bg detecting tensor.
The text was updated successfully, but these errors were encountered: