dme-compunet/YoloV8

Difference between Python and DotNet

NBarile opened this issue · 1 comments

Hi guys !

I notice today I have a different results with my onnx model in python and C#.
Result of my model in python for .pt file and .onnx file
image

Result here in C# with .onnx file
image

As you can see here, i firstly thinking it was the yolov8 export from pt to onnx file, but it's not, because I have the same result in python.

So I ask to myself (and to you ^^) if the yolov8 package can causing this "interference' to the model ?

Thanks for replying ;)

I notice here it's not the same probleme has my previous issue #24 ^^

Or I miss an other parameters ?