Ask Your Question

hammockman's profile - activity

2020-12-07 11:17:58 -0600 received badge  Self-Learner (source)
2020-12-07 08:58:34 -0600 answered a question cv::dnn::blobFromImage() works in python but fails in c++

I was missing the following, which apparently is required to run the net in C++: net.setPreferableBackend(cv::dnn::DNN_

2020-12-07 02:12:56 -0600 commented question cv::dnn::blobFromImage() works in python but fails in c++

The OpenCV used in C++ is the default one coming with OpenVino, version 4.3, the OpenCV used in python is version 4.4.

2020-12-04 09:27:18 -0600 received badge  Editor (source)
2020-12-04 09:27:18 -0600 edited question cv::dnn::blobFromImage() works in python but fails in c++

cv::dnn::blobFromImage() works in python but fails in c++ I am using opencv dnn.Net with the same network and with the s

2020-12-04 09:21:20 -0600 asked a question cv::dnn::blobFromImage() works in python but fails in c++

cv::dnn::blobFromImage() works in python but fails in c++ I am using opencv dnn.Net with the same network and with the s

2020-12-03 11:39:04 -0600 received badge  Student (source)
2020-12-03 11:06:11 -0600 asked a question How to discover the input and output format of a cv::dnn::Net?

How to discover the input and output format of a cv::dnn::Net? I often find some neuural network models on the internet

2020-12-03 11:06:10 -0600 asked a question How to discover the input and output format of a cv::dnn::Net?

How to discover the input and output format of a cv::dnn::Net? I often find some neuural network models on the internet

2020-12-03 11:06:09 -0600 asked a question How to discover the input and output format of a cv::dnn::Net?

How to discover the input and output format of a cv::dnn::Net? I often find some neuural network models on the internet