You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.It would be great if you could provide instructions on how the obtained results can be used to calculate MOT metrics. Thanks again!
The text was updated successfully, but these errors were encountered: