shenh10 / mot_evaluation

A python implementation of Multiple Object Tracking(MOT) evaluation toolkit(2D)
52 stars 21 forks source link

Command to obtain the metrics #6

Open pordeli opened 3 years ago

pordeli commented 3 years ago

Hi.

I want to get the evaluation metrics. What command should I use? How should I prepare my tracking results and gt? I have both of them. I tried python evaluate_tracking.py but got below error:

Traceback (most recent call last): File "evaluate_tracking.py", line 278, in sequences = read_seqmaps(args.seqmap) File "F:\Current work\mot_evaluation-master\utils\io.py", line 19, in read_seqmaps assert os.path.exists(fname), 'File %s not exists!' % fname File "C:\Users\s438763\AppData\Local\Continuum\anaconda3\lib\genericpath.py", line 19, in exists os.stat(path) TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType