Mercurial > hg > nsaunier > traffic-intelligence
comparison scripts/compute-clearmot.py @ 1190:d24d57e4de24
work on optimization
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Tue, 28 Jun 2022 01:04:58 +0200 |
| parents | 7eb972942f22 |
| children | b684135d817f |
comparison
equal
deleted
inserted
replaced
| 1189:ccab20f85710 | 1190:d24d57e4de24 |
|---|---|
| 5 from numpy.linalg import inv | 5 from numpy.linalg import inv |
| 6 | 6 |
| 7 from trafficintelligence import moving, storage, cvutils | 7 from trafficintelligence import moving, storage, cvutils |
| 8 | 8 |
| 9 # TODO: need to trim objects to same mask ? | 9 # TODO: need to trim objects to same mask ? |
| 10 | |
| 11 # Warning, not working with changed intrinsic and homography processing | |
| 10 | 12 |
| 11 parser = argparse.ArgumentParser(description='The program computes the CLEAR MOT metrics between ground truth and tracker output (in Polytrack format)', epilog='''CLEAR MOT metrics information: | 13 parser = argparse.ArgumentParser(description='The program computes the CLEAR MOT metrics between ground truth and tracker output (in Polytrack format)', epilog='''CLEAR MOT metrics information: |
| 12 Keni, Bernardin, and Stiefelhagen Rainer. "Evaluating multiple object tracking performance: the CLEAR MOT metrics." EURASIP Journal on Image and Video Processing 2008 (2008) | 14 Keni, Bernardin, and Stiefelhagen Rainer. "Evaluating multiple object tracking performance: the CLEAR MOT metrics." EURASIP Journal on Image and Video Processing 2008 (2008) |
| 13 | 15 |
| 14 Polytrack format: | 16 Polytrack format: |
