Index of /Moving-Object-Detection-with-OpenCV/archiv/learnopencv-master/Understanding-Multiple-Object-Tracking-using-DeepSORT/yolov5/mot_evaluation

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]README.html2024-10-29 14:16 55K 
[TXT]README.md2024-10-29 14:16 3.5K 
[DIR]data/2024-10-29 14:16 -  
[TXT]evaluate_tracking.py2024-10-29 14:16 11K 
[DIR]seqmaps/2024-10-29 14:16 -  
[DIR]utils/2024-10-29 14:16 -  

README

mot_evaluation

It is a python implementation of MOT. However, I only reimplement the 2D evaluation part under MOT16 file format.

The IDF1, IDP, IDR now is not agreed with official toolkit. The original implementation might have an indexing bug in the computation of these metrics.

Metrics

The metrics of MOT16 are based on the following papers:

  1. CLEAR MOT
  1. MTMC

Typical evaluation format is shown as

IDF1  IDP  IDR| Rcll  Prcn   FAR|   GT  MT   PT   ML|    FP    FN   IDs    FM|  MOTA  MOTP MOTAL

The meaning of each alias is

To Do