UNeedCryDear / yolov8-opencv-onnxruntime-cpp

yolov8 hub,cpp with onnxruntime and opencv
Apache License 2.0
282 stars 53 forks source link

Please put the executable #53

Open DavidFord1 opened 3 months ago

DavidFord1 commented 3 months ago

Hello Please put the executable file I failed to compile because of the onnxruntime library and... It is a difficult and very time-consuming work and there are many errors

UNeedCryDear commented 3 months ago

You can got onnxruntime library from https://github.com/microsoft/onnxruntime/releases If you are using a Windows system, please change LF to CR LF. If you are using Linux, please ensure that the link of onnxruntime and opencv is correct.

DavidFord1 commented 3 months ago

Please write the steps to install onnx in Windows or Linux And then explain the source compile in detail Thank You Very much

UNeedCryDear commented 3 months ago

How to build onnxruntime is not part of my project. You should look for it in the onnxruntime project. https://onnxruntime.ai/docs

DavidFord1 commented 2 months ago

Did the inference time and FPS in the C++ version improve compared to the Python version? Please write times and FPS