mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
Merge pull request #17469 from l-bat:fix_virtual_try_on
This commit is contained in:
@@ -806,6 +806,10 @@ void ONNXImporter::populateNet(Net dstNet)
|
||||
{
|
||||
layerParams.type = "ELU";
|
||||
}
|
||||
else if (layer_type == "Tanh")
|
||||
{
|
||||
layerParams.type = "TanH";
|
||||
}
|
||||
else if (layer_type == "PRelu")
|
||||
{
|
||||
layerParams.type = "PReLU";
|
||||
|
||||
Reference in New Issue
Block a user