-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
Model deployment #118
Comments
I used the generic model and it worked fine on the Raspberry PI |
Awesome that you got the YOLOv8-N working correctly at 416 x 320 resolution. Do you mind sharing how you did that? I've read that it would only work at 192 x 192 resolution. I found this issue on the pycoral page about the error you receive. It appears it's a power supply issue? Do you have a powered USB hub available? |
But did I just run to report this error? And when I run the sample model, it works fine, but when I run my own trained model, this error occurs. |
Isn't this resolution set in the code? I didn't change the add resolution operation |
Probably a few issues here - which sample model are you using? and what resolution are you training your custom model at? You should make sure the resolution set with owl.py matches the trained model resolution. There are issues exporting from YOLOv8 using their export function, unless you train and set it to 192 x 192. |
I am training the model according to the example, but I keep showing this error when I deploy it. The model works fine if I use my own computer locally
The text was updated successfully, but these errors were encountered: