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
The standard is to have a bounding box defined as quoted here.
But in the NMS source code, there is no +1 when computing the areas and intersection values. This also leaves a bug in the case of getting union = 0, raising a NaN error when computing the iou.
If the code is correct, what am I missing ? Shouldn't the documentation explain this better ?