-
Notifications
You must be signed in to change notification settings - Fork 9
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
The position of the drawn tracking frame has drifted #2
Comments
Changing tsize to (800, 1440) may help. For me, it is 608, 1088 for yolov5m. |
i use (800,1440),but still have a problem ,obj not match box. i use yolov5s model ,so tsize how to set? |
Keep 608, 1088 or try 416, 416 |
why this param should set to 608 1088 or 416? |
@alexHxun this is model input size, image resize to this size to put into model, and resize back after that. |
I have the same problem, bounding boxes are far off from actual objects (I know that my model is correct, I have tested it in various situations and with other trackers). Yolov5 will train in (640,640) by default (check here), why doesn't that size work and it needs to be (800,1440) or (608,1088)? |
@HSILA Have you understood why can only (800,1440) or (608,1088)? |
I have change the tracker with deepsort(also yolov5s and set 608,1088),but the position of the drawn tracking frame also drifted, how to deal with it? Thx |
try 416, 416? |
please help me,thanks
The text was updated successfully, but these errors were encountered: