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

How to package YOLOv8 as DLL and call it #18

Closed mc-lgt closed 11 months ago

mc-lgt commented 12 months ago

Hello, the author. Do you know how to package YOLOv8 as DLL and then call it

dme-compunet commented 12 months ago

This project is also available as nuget package, you can add one of these nuget packages, YoloV8 or YoloV8.Gpu

Does this help you or do you need something else?

mc-lgt commented 12 months ago

May I ask how to turn YOLOv8 into a nuget package.

mc-lgt commented 12 months ago

Is this the website 'www.nuget. org/packages/YoloV8', or is it simply downloading this project and using it