Ask Your Question

Rbt's profile - activity

2018-05-10 19:40:15 -0600 commented question Problem loading MobilenetV1 (from Keras) with OpenCV::DNN

That will not be necessary, I performed the whole process from the beginning and it works, maybe I was missing something

2018-05-09 16:02:19 -0600 commented question Problem loading MobilenetV1 (from Keras) with OpenCV::DNN

Now I get the following error: what(): OpenCV(4.0.0-pre) /home/programs/opencv_last_state/modules/dnn/src/tensorflow/t

2018-05-09 11:37:03 -0600 commented question Problem loading MobilenetV1 (from Keras) with OpenCV::DNN

Ok, I will check but I am using the last version of OpenCV 3.4.1

2018-05-09 10:55:50 -0600 asked a question Problem loading MobilenetV1 (from Keras) with OpenCV::DNN

Problem loading MobilenetV1 (from Keras) with OpenCV::DNN I have a trained mobilenetv1 network and I get the following e

2018-05-09 10:23:02 -0600 received badge  Enthusiast
2018-04-05 11:37:25 -0600 received badge  Student (source)
2018-04-05 11:35:54 -0600 asked a question Does OpenCV::DNN support 16 bit float arithmetic?

Does OpenCV::DNN support 16 bit float arithmetic? Recently I used the dnn::shrinkCaffeModel to convert a Caffe network

2018-01-23 13:31:34 -0600 commented question Error loading TF model with OpenCV::DNN

OK, I will do that .... !!! Thank you!!

2018-01-20 17:44:54 -0600 asked a question Error loading TF model with OpenCV::DNN

Error loading TF model with OpenCV::DNN I trained the following regression model with Keras: def regression_model_1(in

2017-12-09 09:15:42 -0600 commented question How I can get the input/output layer shape from dnn::Net object?

OK, that explanation helped me. Thank you!!!

2017-12-08 17:02:52 -0600 asked a question How I can get the input/output layer shape from dnn::Net object?

How I can get the input/output layer shape from dnn::Net object? I need a dnn::Net object with a loaded moded and I need

2017-11-03 02:54:27 -0600 asked a question How can I load caffe-models that contain the file mean.binaryproto?

How can I load caffe-models that contain the file mean.binaryproto? I have somes trained caffe-models that contain the f

2017-11-02 15:35:45 -0600 commented question Error doing forward pass with OpenCV 3.3

@dkurt, yes, this is the best solution!!!!

2017-11-02 01:40:40 -0600 commented question Error doing forward pass with OpenCV 3.3

You were right, I truncated all the values ​​to integers and worked. Thank you!!

2017-11-02 01:01:37 -0600 commented question Error doing forward pass with OpenCV 3.3

Why do you think that is the same problem?? I have real values (e.i: min_size: 20.48) Should I truncate them to integer

2017-11-01 23:37:47 -0600 asked a question Error doing forward pass with OpenCV 3.3

Error doing forward pass with OpenCV 3.3 I have the following code: ... modelTxt = "deploy.prototxt" modelBin = "deplo