Hello I'm running some experiments with yolov8n-segmentation. I have successfully convert and deploy my weights in a a RVC2 Luxonis camera. However something that I've notice while conducting the experiments is that the performance from my model is downgraded on the Luxonis device. I've run the ONNX weights on a CPU and it performs better than the .BLOB weights on the Luxonis size.
I convert the model using the https://blobconverter.luxonis.com/ tool with mean = 0 and scale = 255. Any idea how to improve the performance so in can match the ONNX?