Skip to content

Commit e214e90

Browse files
authored
Merge pull request #165 from fawdlstty/master
Fixed data problems with 106 dot masks when using InitFromBuffer
2 parents 1c601e2 + 5bbbcc4 commit e214e90

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ZQCNN/ZQ_CNN_MTCNN.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,10 @@ namespace ZQ
189189
rnet_size = H;
190190
onet[0].GetInputDim(C, H, W);
191191
onet_size = H;
192+
if (has_lnet) {
193+
lnet [0].GetInputDim (C, H, W);
194+
lnet_size = H;
195+
}
192196
return ret;
193197
}
194198

0 commit comments

Comments
 (0)