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, i have other two questions and hope to get your help:
What's the relationship between Omega_train(0.5) and normalized iou labels range([-1, 1])?
In another issue What are the target of the IoU-Net branch? #5 , I was told that iou branch labels can be normalized and achieved by 2 * (iou-0.5). I found, after filtering by the threshold of 0.5, the label of the samples is between [0.5,1]. So the normalized target labels is between [0,1]. Is this a intentionally design? If we change the Omega_train, do we need to change the normalized formula?
How to compute the loss of iou branch? Dose the output of iou branch need to be activated by sigmoid layer or take an absolute value? What's the weight of the iou branch and original reg/cls branch?
The text was updated successfully, but these errors were encountered:
Hi, i have other two questions and hope to get your help:
In another issue What are the target of the IoU-Net branch? #5 , I was told that iou branch labels can be normalized and achieved by 2 * (iou-0.5). I found, after filtering by the threshold of 0.5, the label of the samples is between [0.5,1]. So the normalized target labels is between [0,1]. Is this a intentionally design? If we change the Omega_train, do we need to change the normalized formula?
The text was updated successfully, but these errors were encountered: