Ask Your Question

Revision history [back]

OpenCV dnn MobileNet v2 support

Hi!

Is MobileNet v2 supported? I've exported one from my TF Object Detection API training (I fallowed instruction on your site and I was able to successfully export MobileNet v1 before) and I get following error:

cv2.error: /io/opencv/modules/dnn/src/tensorflow/tf_importer.cpp:553: error: (-2) Input layer not found: FeatureExtractor/MobilenetV2/expanded_conv_13/expand/weights in function connect

If it's not supported, are there plans to implement missing layer?

Thanks!