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

The position of the drawn tracking frame has drifted #2

Open
zxq309 opened this issue Mar 11, 2022 · 10 comments
Open

The position of the drawn tracking frame has drifted #2

zxq309 opened this issue Mar 11, 2022 · 10 comments

Comments

@zxq309
Copy link

zxq309 commented Mar 11, 2022

image
please help me,thanks

@tungdop2
Copy link
Owner

Changing tsize to (800, 1440) may help. For me, it is 608, 1088 for yolov5m.

@DWendou
Copy link

DWendou commented Mar 23, 2022

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?

@tungdop2
Copy link
Owner

tungdop2 commented Mar 23, 2022

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

@alexHxun
Copy link

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?

@tungdop2
Copy link
Owner

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.

@HSILA
Copy link

HSILA commented Aug 11, 2022

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)?

@harryc7
Copy link

harryc7 commented Sep 20, 2022

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)?

@harryc7
Copy link

harryc7 commented Jan 4, 2023

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

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

@tungdq212
Copy link

try 416, 416?

@harryc7
Copy link

harryc7 commented Jan 4, 2023

try 416, 416?
800,1440 is better than (416,416) and (608,1088), but still not match.
image

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

7 participants