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!
I am having a similar issue with SSD MobileNet v2 and OpenCV. I have trained ssd_mobilenet_v2_coco.config in TensorFlow 1.15.0 and exported the frozen graph (.pb and .pbtxt). OpenCV is giving the following error at forward pass:
I am using OpenCV 4.2.0.32, Windows 10, Python 3.6.8