hpc203 / yolov5-dnn-cpp-python

用opencv的dnn模块做yolov5目标检测,包含C++和Python两个版本的程序

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cpp 加载模型失败 Required argument "starts" not found into dictionary in function 'get' 求助!!!!

Naughty-Galileo opened this issue · comments

commented

OpenCV(4.1.2) /usr/local/src/opencv/modules/dnn/include/opencv2/dnn/dnn.inl.hpp:349: error: (-204:Requested object was not found) Required argument "starts" not found into dictionary in function 'get'
完全按照大佬说的做的,但是加载失败。

commented

升级opencv,再试一下

---原始邮件--- 发件人: "Naughty @.> 发送时间: 2022年2月22日(周二) 下午3:31 收件人: @.>; 抄送: @.>; 主题: [hpc203/yolov5-dnn-cpp-python] cpp 加载模型失败 Required argument "starts" not found into dictionary in function 'get' 求助!!!! (Issue #24) OpenCV(4.1.2) /usr/local/src/opencv/modules/dnn/include/opencv2/dnn/dnn.inl.hpp:349: error: (-204:Requested object was not found) Required argument "starts" not found into dictionary in function 'get' 完全按照大佬说的做的,但是加载失败。 — Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you are subscribed to this thread.Message ID: @.>

因为我不能更换opencv版本,所以有其他解决办法吗hhh是因为版本问题吗?