dme-compunet / YoloV8

Integrate YOLOv8 into your C# project for a variety of real-time tasks including object detection, instance segmentation, pose estimation and more, using ONNX Runtime.
https://www.nuget.org/packages/YoloV8
GNU Affero General Public License v3.0
242 stars 45 forks source link

Difference between Python and DotNet #29

Closed NBarile closed 7 months ago

NBarile commented 9 months ago

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 ;)

NBarile commented 9 months ago

I notice here it's not the same probleme has my previous issue https://github.com/dme-compunet/YOLOv8/issues/24 ^^

Or I miss an other parameters ?