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
When usign motmetrics.utils.compare_to_groundtruth() function with dist='euc', the distance metric is configured to the squared euclidean distance (norm2squared_matrix).
As a consequence, the distance threshold (distth) should be the maximum squared distance. Also, the MOTP metric returns the mean squared distance.
The compute_euc() function can be modified to obtain the desired/expected units.
When usign motmetrics.utils.compare_to_groundtruth() function with dist='euc', the distance metric is configured to the squared euclidean distance (norm2squared_matrix).
As a consequence, the distance threshold (distth) should be the maximum squared distance. Also, the MOTP metric returns the mean squared distance.
The compute_euc() function can be modified to obtain the desired/expected units.
py-motmetrics/motmetrics/utils.py
Line 54 in 1ad168c
I don't think this will have much impact on the computation time.
The text was updated successfully, but these errors were encountered: