cheind / py-motmetrics

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

How to Run the script? #105

Closed hemanth1991 closed 4 years ago

hemanth1991 commented 4 years ago

I am having the ground truth in Json format "height": 31.0, "width": 31.0, "id": "Mask", "y": 105.0, "x": 608.0

How am i supposed to run the script to get MOTA(Accuracy) and Precision? Kindly help..

Thanks Hemanth

cheind commented 4 years ago

Have a look at this example. It shows you how to compute those values once you populated the accumulator. All that's left to do, is to parse your ground-truth and hypothesis json files and provide the corresponding frame values to the accumulator. Finally, you compute let motmetrics compute the metrics.

cheind commented 4 years ago

Closing this issue due to lack of activity.