-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
结果在tracker_benchmark上表现很差 #14
Comments
@lishuo-0 This problem is likely to be caused by format inconsistencies. The output format of GlobalTrack is [x1, y1, x2, y2]. (upper-left and lower-right coordinates) The default format of |
在哪里可以改生成的格式呢 |
可以在global_track.py#L76加一句: results[:, 2:4] = results[:, 2:4] - results[:, 0:2] + 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Result of attributes -- 'GlobalTrack'
'ALL' overlap : 10.5% failures : 10.0
'BC' overlap : 10.0% failures : 10.0
'DEF' overlap : 9.9% failures : 10.0
'FM' overlap : 11.2% failures : 10.0
'IPR' overlap : 11.0% failures : 9.9
'IV' overlap : 10.8% failures : 10.0
'LR' overlap : 9.0% failures : 10.0
'MB' overlap : 10.9% failures : 10.0
'OCC' overlap : 9.5% failures : 10.0
'OPR' overlap : 10.2% failures : 10.0
'OV' overlap : 10.9% failures : 10.0
'SV' overlap : 10.8% failures : 10.0
The text was updated successfully, but these errors were encountered: