Ask Your Question

Joanne's profile - activity

2020-11-22 15:44:47 -0600 commented question dnn with custom layer: Assertion failed !empty() in function 'forward'

You think the model is wrong then? Sorry, I'm a newbie when it comes to ML. My understanding was that the network would

2020-11-22 15:25:13 -0600 commented question dnn with custom layer: Assertion failed !empty() in function 'forward'

You think the model is wrong then? Sorry, I'm a newbie when it comes to ML. My understanding was that the network would

2020-11-22 14:59:25 -0600 commented question dnn with custom layer: Assertion failed !empty() in function 'forward'

Right, and that would mean that the layer was registered successfully. Why is empty() true then?

2020-11-22 14:59:03 -0600 commented question dnn with custom layer: Assertion failed !empty() in function 'forward'

Right, and that would mean that the layer was register successfully. Why is empty() true then?

2020-11-22 12:14:39 -0600 commented question dnn with custom layer: Assertion failed !empty() in function 'forward'

btw, if I call CV_DNN_REGISTER_LAYER_CLASS(Crop, CropLayer); twice, then the second time it complains that the layer is

2020-11-22 10:53:01 -0600 received badge  Editor (source)
2020-11-22 10:53:01 -0600 edited question dnn with custom layer: Assertion failed !empty() in function 'forward'

dnn with custom layer: Assertion failed !empty() in function 'forward' System information (version) OpenCV => 4.5.0

2020-11-22 10:51:28 -0600 commented question dnn with custom layer: Assertion failed !empty() in function 'forward'

@berak - that code is called when an object of the class that the process() method belongs to is initialized. It runs be

2020-11-21 16:54:19 -0600 asked a question dnn with custom layer: Assertion failed !empty() in function 'forward'

dnn with custom layer: Assertion failed !empty() in function 'forward' System information (version) OpenCV => 4.5.0