mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
Unit tests for TensorFlow importer
This commit is contained in:
@@ -183,7 +183,7 @@ public:
|
||||
}
|
||||
else
|
||||
{
|
||||
getConvPoolOutParams(Size(inpH, inpW), kernel, stride, padMode, out);
|
||||
getConvPoolOutParams(Size(inpW, inpH), kernel, stride, padMode, out);
|
||||
}
|
||||
|
||||
int ngroups = inpCn / blobs[0].size[1];
|
||||
|
||||
Reference in New Issue
Block a user