-
Notifications
You must be signed in to change notification settings - Fork 10
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
Error while using the CLI command 'tools "path/to/best.pt"' #122
Comments
Hi @lejrn, the problem is that the Kind regards, |
Thanks @HonzaCuhel |
It'll know by passing the path to the model and specifying the version, so for example like this: tools path --imgsz "512 288" --version "yolov8" In your case then: tools C:/Repos/repo/runs/cycle/weights/best.pt --imgsz "512 288" --version "yolov8" Best, |
Hey @lejrn, I’m happy to let you know that we’ve resolved the issue on Windows. You should now be able to use it without needing to manually specify the YOLO version. I apologize for the slight delay and appreciate your patience. Kind regards, |
Hey great team,
I'm facing this error while trying to run the CLI command through Windows PowerShell. Did I miss anything?
The text was updated successfully, but these errors were encountered: