cheind / py-motmetrics

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

track points #156

Closed CompliceU closed 2 years ago

CompliceU commented 2 years ago

@cheind Hello, thank you very much for your work, I now want to use him to measure my point tracking effect, not sure what I need to change

cheind commented 2 years ago

py-motmetrics basically works on distance matrices (groundtruth objects to predictions) per frame (see readme). These matrices are computed per default using the IoU metric, but can be anything you like (e.g. distances between points). See

https://github.com/cheind/py-motmetrics#populating-the-accumulator