cheind / py-motmetrics

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

How do you define a FP? #150

Open jigsaw1801 opened 2 years ago

jigsaw1801 commented 2 years ago

Hello I have a question about calculate a FP: Is it the same as in evaluate detection? If a track has gt id different from my tracker's id but still correct box(IoU > IoU_thresh). Is it a FP?

Thank you, Jigsaw