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
Hello @zhreshold ,
I am so confuse about your IOU computation during training , can you explain the file at "train/metrix.py line 106" :
max_iou = np.amax(ious[:, j])
you only select one maximum IOU from each bboxes's IOU in each images , but why didn't you compute the average of each IOUs in each images ?
And the second question is , why didn't you give the default threshold to compute IOU ?
Maybe I make something mistake , Can you explain the reason ?
The text was updated successfully, but these errors were encountered:
Hello @zhreshold ,
I am so confuse about your IOU computation during training , can you explain the file at "train/metrix.py line 106" :
you only select one maximum IOU from each bboxes's IOU in each images , but why didn't you compute the average of each IOUs in each images ?
And the second question is , why didn't you give the default threshold to compute IOU ?
Maybe I make something mistake , Can you explain the reason ?
The text was updated successfully, but these errors were encountered: