-
Notifications
You must be signed in to change notification settings - Fork 175
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
Input format to the tracker #3
Comments
Hello, @JunaidCS032 , do you know why the tracker need the |
Have you solved this problem? |
you may wish to check out the paper for more details. Based on its problem assumption, it is assumed that there are detection in the first and consecutive frames and an IOU between the to-be-tracked object. |
Based on the code at the end of load_mot() function
and the function load_mot() takes in x1, y1, w, h and converts it to x1, y1, x2, y2 according to the comments in the code. so i would say detections is list of list with above format. |
Hi, what is the format of the input to the tracker?
is it:
frame bbleft bbtop bbwidth bbheight confidence
?
I am not using any of the standard MOT detections.
thanks.
The text was updated successfully, but these errors were encountered: