Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Yeah, looks like we need to modify tf_importer.cpp. On the other hand you can try define LeakyRelu layer to ReLU implementation (read more about custom layers here). If it has no negative slope, just add a line CV_DNN_REGISTER_LAYER_CLASS(LeakyRelu, ReLULayer); before reading network.