guojin-yan / YoloDeployCsharp

Deploying Yolov8-det, Yolov8-pose, Yolov8-cls, and Yolov8-seg models based on C # programming language.
Apache License 2.0
132 stars 35 forks source link

openVINOsharp crashes on the framework472 platform #18

Open MT2026 opened 6 days ago

MT2026 commented 6 days ago

20240629192041

Whether it is a separate test or a source code test of this project, it is found that openVINOsharp will crash on the framework472 platform, but there is no problem on the .Net6 platform, how can I solve this problem?

guojin-yan commented 6 days ago

OpenVINO error reminder: If you are using the NET Framework framework and cannot find the openvino_c dependency, please solve it as follows: Please find the running directory of the program, usually in the bin/debug or bin/release directory, and find the folder dll/win-x64 under this directory. In this directory, you can see the openvino.cdll file. Then copy all the files in this directory to the bin/debug or bin/release directory, and regenerate them into a new project to solve the problem.