- Edited
Hello,
I have created my custom dataset with 2.5K annotated images for my yolov8 nano segmentation model. I have succeed in training the model, convert it to onnx and then to blob using the https://blobconverter.luxonis.com tool. However, when I run the inference on my Luxonis camera there are no segments detected. But if I run my onnx weights on regular CPU of the raspberry pi I can see the segments detected. I would like to know what is causing this behavior? When I converted the weights from onnx to blob I set mean as 0 and scale to 255 values.