mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
Recognize ConvolutionDepthwise as Convolution
This commit is contained in:
@@ -379,6 +379,10 @@ public:
|
||||
layerParams.blobs[1].setTo(1); // std
|
||||
}
|
||||
}
|
||||
else if ("ConvolutionDepthwise" == type)
|
||||
{
|
||||
type = "Convolution";
|
||||
}
|
||||
|
||||
int id = dstNet.addLayer(name, type, layerParams);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user