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, zlingkang
i have read your code, and i have one question about matchingscore
why use this:
int score = static_cast((1.0-iou) * dx * dy * 100.0 / (_rec1.width * _rec1.height));
as the matchingscore instead of just iou ?
which can be more accurate?
The text was updated successfully, but these errors were encountered:
hi, zlingkang
i have read your code, and i have one question about matchingscore
why use this:
int score = static_cast((1.0-iou) * dx * dy * 100.0 / (_rec1.width * _rec1.height));
as the matchingscore instead of just iou ?
which can be more accurate?
The text was updated successfully, but these errors were encountered: