Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

When shufflenet is tested, an interruption is produced(forward("prob");). Hope to get your help.

When shufflenet is tested, an interruption is produced(forward("prob");). Hope to get your help.

cv::Mat faceBigImg = vecFaceImg[kk]; cv::Mat prob; Mat inputBlob = cv::dnn::blobFromImage(faceBigImg, 1.0f, Size(), Scalar(), false); CV_TRACE_REGION("forward"); net.setInput(inputBlob, "data"); prob = net.forward("prob");