issues Search Results · repo:hpc203/yolov5-dnn-cpp-python language:Python
Filter by
28 results
(68 ms)28 results
inhpc203/yolov5-dnn-cpp-python (press backspace or delete to remove)您好,我刚刚接触C++,请问这个代码如何测试 我在网上查
g++ -o test main_yolo.cpp
可是报错
In file included from main_yolo.cpp:1:
yolo.h:7:10: fatal error: opencv2/dnn.hpp: 没有那个文件或目录
#include opencv2/dnn.hpp
^~~~~~~~~~~~~~~~~ ...
tongchangD
- 1
- Opened on Jul 24, 2023
- #27
1.修改,因为提示参数不多,返回的只有三个参数 #bs, _, ny, nx = outs[i].shape # x(bs,255,20,20) to x(bs,3,20,20,85) bs, ny, nx = outs[i].shape
# x(bs,255,20,20) to x(bs,3,20,20,85) 修改参数之后,包这个错误: ValueError: cannot reshape array ...
xiaodingding
- 1
- Opened on Feb 22, 2022
- #25
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 完全按照大佬说的做的,但是加载失败。 ...
Naughty-Galileo
- 2
- Opened on Feb 22, 2022
- #24
Traceback (most recent call last): File C:/Users/xtuye/yolov5-dnn-cpp-python/main_yolov5.py , line 114, in module dets =
yolonet.detect(srcimg) File C:/Users/xtuye/yolov5-dnn-cpp-python/main_yolov5.py ...
tuyeen1509
- 1
- Opened on Nov 4, 2021
- #23
/media/yzl/C4A8E8FBE4769FDE/sr/cpp/opencv-4.2.0/modules/dnn/src/onnx/onnx_importer.cpp:327: error: (-215:Assertion
failed) model_proto.has_graph() in function populateNet
为什么会报这样的错误?
yzl1014
- 3
- Opened on Oct 12, 2021
- #22
cmake .. make 都没报错 opencv4.5.0
./opencv_test_project: symbol lookup error: ./opencv_test_project: undefined symbol:
_ZN2cv3dnn14dnn4_v202009083Net7forwardERKNS_12_OutputArrayERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISC_EE ...
zkailinzhang
- 1
- Opened on Sep 1, 2021
- #20
/yolov5-dnn-cpp-python/build$ ./opencv_test_project Net use yolov5s terminate called after throwing an instance of
cv::Exception what(): OpenCV(4.5.3-pre) /home/code/opencv/modules/dnn/src/onnx/onnx_importer.cpp:78: ...
zkailinzhang
- Opened on Aug 27, 2021
- #19

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.