Skip to content

Evaluation on MOT metrics #15

@007-codes

Description

@007-codes

Hello!

Thank you so much for the code - it executes and delivers tracking results on the video.

I am trying to evaluate the obtained results on MOT16-test set. I see that there is a file titled yolov3_deepsort_eval.py, and I am trying to follow through the file to get these results. I, however, get the following error.

warnings.warn(
2024-01-23 13:17:28 [INFO]: start seq: MOT16-02
Traceback (most recent call last):
File "yolov3_deepsort_eval.py", line 85, in
main(data_root=data_root,
File "yolov3_deepsort_eval.py", line 36, in main
with VideoTracker(cfg, args, video_path, result_filename) as vdo_trk:
TypeError: init() takes 4 positional arguments but 5 were given

It would be great if you could provide instructions on how the obtained results can be used to calculate MOT metrics. Thanks again!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions