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

[BUG] Online conversion tool not working with yolov8 #1205

Open
alejoGT1202 opened this issue Sep 15, 2024 · 0 comments
Open

[BUG] Online conversion tool not working with yolov8 #1205

alejoGT1202 opened this issue Sep 15, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@alejoGT1202
Copy link

Hello I trained a two class yolov8n model using Ultralytics version 8.2.93

Then I tried to use the conversion tool to export my model as a blob to use it on my device. However when the tool is doing the conversion it shows and the following error message.

image

Then I used the old tool http://blobconverter.luxonis.com/, which converted my model as a blob. However, when I tried to use my converted file with the YOLO node in my pipeline I got the following error

[DetectionNetwork(4)] [error] Mask is not defined for output layer with width '4620'. Define at pipeline build time using: 'setAnchorMasks' for 'side4620'.

Therefore I decided to use the NeuralNetwork node and decode the output by myself but when I do this I get the following error

[system] [critical] Fatal error. Please report to developers. Log: 'Fatal error on MSS CPU: trap: 00, address: 00000000' '0' Traceback (most recent call last):

I would like to ask what is the right approach to deploy my custom model into the device.

Thanks for your help

@alejoGT1202 alejoGT1202 added the bug Something isn't working label Sep 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant