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

Possible to select between fp16 and fp32? #45

Closed bobezlolz closed 5 months ago

bobezlolz commented 6 months ago

Hi, is it possible to change between fp16 and fp32 precision somehow? it would be useful for when speed vs accuracy is required

dme-compunet commented 6 months ago

Can you elaborate more on how I should implement this?