Closed MooresS closed 2 years ago
This setting mainly aims to adjust the balance between pos loss and neg loss. You can refer to this issue.
If so, is it normalized?Or it multiplies exp(2*p_pos)
after normalized.
Yes, it can be seen that pos_weight multiplies an extra term after normalization.
Thanks for your reply.
Hello, I take the liberty to ask. The pos weight of each anchor for each instance is normalized by the sum of all pos weights within the candidate bag.
In this code, why is the numerator
5*p_pos
but the denominator3*p_pos
?