1 | initial version |
What I needed to do in order inception_resnet_v2
to work was:
.pb
file) and to transform a config .pbtxt
file'Relu', 'Pad', 'Rsqrt', 'Maximum', 'Sum', 'ConcatV1', 'Square', 'Concat', 'BatchToSpaceND', 'SpaceToBatchND', 'Reshape', 'MatMul'
to the keepOps
and using it to build the .pbtxt
file for opencvReshape
op to Flatten
in the .pbtxt
fileThen cv.dnn.readNetFromTensorflow(model, config)
works!