twlelev / OpenVINO_CPP_YOLOX-YOLOV5-YOLOV8-YOLOV9

C++ inference of YOLOX/YOLOV5/YOLOV8/YOLOV9 for OpenVINO,Support float32、float16 and int8.
57 stars 18 forks source link

failed to find plugins.xml file #1

Open ZhanNicky opened 1 year ago

ZhanNicky commented 1 year ago

hi, i have bug.

image

twlelev commented 1 year ago

I'm sorry that I just saw your question now. Windows uses backslash ”\“as the file path separator, while Linux uses forward slash "/" as the file path separator. You can give it another try.

pcycccccc commented 11 months ago

对不起,我现在刚刚看到你的问题。Windows 使用反斜杠“\”作为文件路径分隔符,而 Linux 使用正斜杠“/”作为文件路径分隔符。你可以再试一次。

我在试yolov8的时候,出现了以下错误: image 我修改的代码为: image 不明白为什么会有这个错误,大佬可以帮我看看吗?