Tried with yolov8n, it's doesn't work the onnx file work with python but after converting it to bin/xml it gives 0 outputs:
I converted it with:
yolo export model=best640.pt opset=12 simplify=True dynamic=False format=onnx imgsz=640
mo --input_model best.onnx -s 255 --reverse_input_channel True --compress_to_fp16=False
Tried with yolov8n, it's doesn't work the onnx file work with python but after converting it to bin/xml it gives 0 outputs: I converted it with: yolo export model=best640.pt opset=12 simplify=True dynamic=False format=onnx imgsz=640 mo --input_model best.onnx -s 255 --reverse_input_channel True --compress_to_fp16=False