Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.
6406 Discussions

TF1 Mobilenet-ssd-v2 failed to optimize to IR format

JIAYEE_SHE
Beginner
425 Views

Below are the parameters used for optimization:

mo --input_model D:\tensorflow_api\models\research\object_detection\inferences\inference(1k)\frozen_inference_graph.pb --tensorflow_object_detection_api_pipeline_config D:\tensorflow_api\models\research\object_detection\inferences\inference(1k)\pipeline.config --transformations_config C:\Users\E\Desktop\openvino_builds\openvino\tools\mo\openvino\tools\mo\front\tf\ssd_support_api_v1.15.json --output detection_boxes,detection_scores,num_detections --input_shape [1,300,300,1] --input image_tensor --log_level=DEBUG

 

Below are the displayed errors:

error.PNG

 

I'm not sure where I got wrong,  any hints? Thanks

 

 

0 Kudos
2 Replies
JIAYEE_SHE
Beginner
420 Views

I put the wrong input which is [1,300,300,1] should be [1,300,300,3] . Finally I got the IR format files!!

0 Kudos
Hairul_Intel
Moderator
384 Views

Hi JIAYEE_SHE,

Glad to know that your issue has been resolved.

 

This thread will no longer be monitored since this issue has been resolved. If you need any additional information from Intel, please submit a new question.

 

 

Regards

Hairul


0 Kudos
Reply