Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Evaluation on MOT metrics #15

Open
007-codes opened this issue Jan 23, 2024 · 0 comments
Open

Evaluation on MOT metrics #15

007-codes opened this issue Jan 23, 2024 · 0 comments

Comments

@007-codes
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant