You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
main.cpp,make时报错:
main.cpp:232:36: error: ‘class cv::dnn::experimental_dnn_34_v7::Net’ has no member named ‘getUnconnectedOutLayersNames’; did you mean ‘getUnconnectedOutLayers’?
this->net.forward(outs, this->net.getUnconnectedOutLayersNames());
我用的opencv3.4,请问是opencv版本的问题吗?
The text was updated successfully, but these errors were encountered:
terminate called after throwing an instance of 'cv::Exception'
what(): OpenCV(4.0.1) /.../workspace/opencv-4/opencv-4.0.1/modules/dnn/src/layers/eltwise_layer.cpp:110: error: (-215:Assertion failed) inputs.size() >= 2 in function 'getMemoryShapes'
main.cpp,make时报错:
main.cpp:232:36: error: ‘class cv::dnn::experimental_dnn_34_v7::Net’ has no member named ‘getUnconnectedOutLayersNames’; did you mean ‘getUnconnectedOutLayers’?
this->net.forward(outs, this->net.getUnconnectedOutLayersNames());
我用的opencv3.4,请问是opencv版本的问题吗?
The text was updated successfully, but these errors were encountered: