guojin-yan / OpenVINO-CSharp-API-Samples

Apache License 2.0
42 stars 8 forks source link

使用yolov5的demo时,Cv2.ImRead函数报错。 #1

Open ccnuo opened 4 months ago

ccnuo commented 4 months ago

按照教程,把OpenVINO.CSharp.API.Extensions,OpenVINO.CSharp.API.Extensions.OpenCvSharp,OpenVINO.CSharp.Windows都安装了。结果运行到yolov5_det_using_extensions函数的 Mat image = Cv2.ImRead(image_path)时,报错。

报错信息: DllNotFoundException: Unable to load DLL 'OpenCvSharpExtern' or one of its dependencies: 找不到指定的模块。 (0x8007007E)

guojin-yan commented 4 months ago

opencvsharp安装没有安装正确,缺少opencvsharp4.runtime

guojin-yan commented 4 months ago

image