Ask Your Question

chibai's profile - activity

2017-08-31 05:19:06 -0600 asked a question Is Opencv dnn module thread-safe

Is Opencv dnn module thread-safe I want to deploy an image classification application with opencv dnn module. here's som

2016-11-07 20:58:45 -0600 answered a question DNN (SqueezeNet) OpenCV Error: Assertion failed in cv::Mat::reshape

I'm doing this, too. It's mainly because probBlob.matRefConst() didn't work. There's one inefficient way to solve the problem is by using the function probBlob.getplane(), you will get a Mat.

I suggest you to use imagewatch and debug to see what happened in each step.

2016-11-02 00:04:09 -0600 answered a question Run-time Error Importing Caffe Models

try to use dnn::blob::fromImages(img) to load the image that may be helpful