mirror of
https://github.com/opencv/opencv.git
synced 2025-06-12 12:22:51 +08:00
Merge pull request #12713 from antonioborondo:depthwise_convolution
This commit is contained in:
commit
c8fc8d210b
@ -379,6 +379,10 @@ public:
|
|||||||
layerParams.blobs[1].setTo(1); // std
|
layerParams.blobs[1].setTo(1); // std
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else if ("ConvolutionDepthwise" == type)
|
||||||
|
{
|
||||||
|
type = "Convolution";
|
||||||
|
}
|
||||||
|
|
||||||
int id = dstNet.addLayer(name, type, layerParams);
|
int id = dstNet.addLayer(name, type, layerParams);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user