Ask Your Question

Revision history [back]

I found a work around this problem. as per suggested in this issue https://github.com/opencv/opencv/issues/9894

the minimum layer is not yet implemented but using RELU6 instead can work. I added a check in dnn.cpp file (createLayerInstance ) where it replaces the type of the layer with RELU6 when ever it is minimum and that worked for me with accepted model outcome. Hope this helps any one having the same problem.

Regards