1
0
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:
dkurt
2017-08-01 18:21:47 +03:00
parent 0bd357e7ec
commit 339793143c
4 changed files with 235 additions and 40 deletions
+1 -1
View File
@@ -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];