cheind / py-motmetrics

:bar_chart: Benchmark multiple object trackers (MOT) in Python
MIT License
1.36k stars 258 forks source link

Warn about changes in motmetrics.utils.compare_to_groundtruth() when using euclidean distance. #177

Closed angelcarro closed 9 months ago

angelcarro commented 1 year ago

Warn about the changes performed in pull request: https://github.com/cheind/py-motmetrics/pull/168 If someone uses the method with dist='euc', the threshold should be set to the euclidean distance and not to the squared euclidean distance, as in previous versions. A new option was added that does not show this warning: dist='euclidean'.

cheind commented 9 months ago

thanks - took me a while :)