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

get error Cannot find 'yolov8m' in scope #19

Open
136323000 opened this issue May 10, 2024 · 1 comment
Open

get error Cannot find 'yolov8m' in scope #19

136323000 opened this issue May 10, 2024 · 1 comment

Comments

@136323000
Copy link

image I downloaded your code and placed my converted model in the corresponding location, but an error occurred during runtime

Thanks any help

@pderrenger
Copy link
Member

Hello! It looks like the 'yolov8m' model isn't being recognized in your project. Please ensure that the model file is correctly placed in the expected directory and that its filename matches exactly what your code is referencing.

Also, double-check if your code includes an import statement or a configuration that defines 'yolov8m'. Sometimes, misspellings or path errors can cause this issue.

If everything seems fine and you're still facing the issue, consider checking the model's loading mechanism in the code to confirm if it's designed to recognize the model format you’ve provided.

Hope this helps! If you need more detailed guidance, checking out the documentation or examples on configuring and loading models might be beneficial.🚀

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

2 participants