Ask Your Question

Flipajs's profile - activity

2018-04-09 07:08:54 -0600 received badge  Self-Learner (source)
2018-04-09 07:08:54 -0600 received badge  Teacher (source)
2018-04-09 06:10:30 -0600 commented question DNN - own tensorflow model and issues with dropout

@dkurt, Thanks for fast response. I was using tf.nn.dropout and now I see... tf.nn.dropout is not adding information abo

2018-04-09 06:10:01 -0600 commented question DNN - own tensorflow model and issues with dropout

@dkurt, Thanks for fast response. I was using tf.nn.dropout and now I see... tf.nn.dropout is not adding information abo

2018-04-09 06:09:21 -0600 commented question DNN - own tensorflow model and issues with dropout

@dkurt, Thanks for fast response. I was using tf.nn.dropout and now I see... tf.nn.dropout is not adding information abo

2018-04-09 04:27:01 -0600 asked a question DNN - own tensorflow model and issues with dropout

DNN - own tensorflow model and issues with dropout Hey guys, does anyone have an experience with training own TF model (

2018-03-26 11:28:37 -0600 received badge  Supporter (source)
2018-03-26 11:26:39 -0600 marked best answer When loading caffe VGG-16 I get: error: (-215) (idx == -1 && size() == 1) || (idx >= 0 && idx < size()) in function get

Hey guys,

First of all, I want to thank authors of DNN module I think it is great even though the process of running own networks is not well documented yet.

I am trying to load VGG-16_3C4x from model zoo - model. I've changed .prototxt file according to this tutorial. Changed .prototx

This is the error:

OpenCV(3.4.1) Error: Assertion failed ((idx == -1 && size() == 1) || (idx >= 0 && idx < size())) in get, file /tmp/opencv-20180307-60086-ryy1b3/opencv-3.4.1/modules/dnn/include/opencv2/dnn/dnn.inl.hpp, line 88 Traceback (most recent call last): File "run_caffe.py", line 35, in <module> result = net.forward() cv2.error: OpenCV(3.4.1) /tmp/opencv-20180307-60086-ryy1b3/opencv-3.4.1/modules/dnn/include/opencv2/dnn/dnn.inl.hpp:88: error: (-215) (idx == -1 && size() == 1) || (idx >= 0 && idx < size()) in function get

Here is the python code I use for loading.

Thanks in advance!

2018-03-26 11:26:39 -0600 received badge  Scholar (source)
2018-03-26 11:26:29 -0600 commented answer When loading caffe VGG-16 I get: error: (-215) (idx == -1 && size() == 1) || (idx >= 0 && idx < size()) in function get

Thank you for your reply! I've changed it and it is working now. Adding code sample for those reading it in future: lay

2018-03-26 09:29:26 -0600 asked a question When loading caffe VGG-16 I get: error: (-215) (idx == -1 && size() == 1) || (idx >= 0 && idx < size()) in function get

When loading caffe VGG-16 I get: error: (-215) (idx == -1 && size() == 1) || (idx >= 0 && idx < si