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

How do I import or specify which model to use? #292

Open
Hello-Linux opened this issue Dec 29, 2024 · 0 comments
Open

How do I import or specify which model to use? #292

Hello-Linux opened this issue Dec 29, 2024 · 0 comments

Comments

@Hello-Linux
Copy link

Hello-Linux commented Dec 29, 2024

I see we have four training models in our program, I use the command "python. \export.py --weights./yolov5s.pt --include engine --half --imgsz 320 320 --device 0" There is now a new official model yolov5s.pt, so how can I apply this new model?

yolov5m320Half.engine
yolov5m320Half.onnx
yolov5s320Half.engine
yolov5s320Half.onnx

The second question is how do I modify the following two parameters? screenShotHeight = 608
screenShotWidth = 608, and when I did, pytorch reported an error saying it could not exceed 320

The third problem is that the speed of my game's self-aiming has a certain time difference with the task movement, and always self-aiming fails, and there is another problem that if the enemy is far away from me, self-aiming fails, how to optimize it?

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