Shmakov Igor
Results
2
comments of
Shmakov Igor
I found that OpenCV dnn only allow inference, so the model need to be optimized for inference. Any ideas how to achieve that?
I have already tried doing this, but with ```--output_names=dense_3/Softmax``` and it throws many warnings like: > WARNING:tensorflow:Didn't find expected gamma Constant input to 'batch_normalization_93/FusedBatchNorm_1', found name: "batch_normalization_93/ones_like" instead. Maybe because...