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.
6404 Discussions

OpenVINO 2020.2.120 model optimizer failed to convert googlenet-v2 caffe model into IR

Daphn
Employee
736 Views

[ FRAMEWORK ERROR ]  Exception message: 3106:9 : Enum type "mo_caffe.V1LayerParameter.LayerType" has no value named "Softmax".

0 Kudos
2 Replies
SIRIGIRI_V_Intel
Employee
736 Views

Have you downloaded the googlenet-v2 model from model downloader? If yes, Can you try with the below command which worked for me

python3 mo.py --framework=caffe --data_type=FP32 --input_shape=[1,3,224,224] --input=data --mean_values=data[104.0,117.0,123.0] --output=prob --input_model=/opt/intel/openvino/deployment_tools/open_model_zoo/tools/downloader/public/googlenet-v2/googlenet-v2.caffemodel --input_proto=/opt/intel/openvino/deployment_tools/open_model_zoo/tools/downloader/public/googlenet-v2/googlenet-v2.prototxt

Hope this helps.

Regards,

Ram prasad

0 Kudos
Daphn
Employee
736 Views

Thank you Ram prasad, it works.

0 Kudos
Reply