<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic OpenVINO: Model optimizer conversion error in Intel® Distribution of OpenVINO™ Toolkit</title>
    <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/OpenVINO-Model-optimizer-conversion-error/m-p/1172487#M16548</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I run the Model Optimizer on &amp;nbsp;&lt;STRONG&gt;Faster-R-CNN&lt;/STRONG&gt; model&amp;nbsp; ( Win10,&amp;nbsp; Caffe),&amp;nbsp; conversion doesn't work. Please help me solve the problem, thank you very much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;C:\Intel\computer_vision_sdk_2018.4.420\deployment_tools\inference_engine\samples\object_detection_demo&amp;gt;python %MO_ROOT_PATH%/mo.py --input_model ZF_faster_rcnn_final.caffemodel --input_proto test.prototxt&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Model Optimizer arguments:&lt;BR /&gt;Common parameters:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Path to the Input Model: &amp;nbsp; &amp;nbsp; &amp;nbsp;C:\Intel\computer_vision_sdk_2018.4.420\deployment_tools\inference_engine\samples\object_detection_demo\ZF_faster_rcnn_final.caffemodel&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Path for generated IR: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;C:\Intel\computer_vision_sdk_2018.4.420\deployment_tools\inference_engine\samples\object_detection_demo\.&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - IR output name: &amp;nbsp; &amp;nbsp; &amp;nbsp; ZF_faster_rcnn_final&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Log level: &amp;nbsp; &amp;nbsp;ERROR&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Batch: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Not specified, inherited from the model&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Input layers: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Not specified, inherited from the model&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Output layers: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Not specified, inherited from the model&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Input shapes: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Not specified, inherited from the model&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Mean values: &amp;nbsp;Not specified&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Scale values: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Not specified&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Scale factor: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Not specified&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Precision of IR: &amp;nbsp; &amp;nbsp; &amp;nbsp;FP32&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Enable fusing: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;True&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Enable grouped convolutions fusing: &amp;nbsp; True&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Move mean values to preprocess section: &amp;nbsp; &amp;nbsp; &amp;nbsp; False&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Reverse input channels: &amp;nbsp; &amp;nbsp; &amp;nbsp; False&lt;BR /&gt;Caffe specific parameters:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Enable resnet optimization: &amp;nbsp; True&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Path to the Input prototxt: &amp;nbsp; C:\Intel\computer_vision_sdk_2018.4.420\deployment_tools\inference_engine\samples\object_detection_demo\test.prototxt&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Path to CustomLayersMapping.xml: &amp;nbsp; &amp;nbsp; &amp;nbsp;C:\Intel\computer_vision_sdk_2018.4.420\deployment_tools\model_optimizer\extensions\front\caffe\CustomLayersMapping.xml&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Path to a mean file: &amp;nbsp;Not specified&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Offsets for a mean file: &amp;nbsp; &amp;nbsp; &amp;nbsp;Not specified&lt;BR /&gt;Model Optimizer version: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1.4.292.6ef7232d&lt;BR /&gt;Please expect that Model Optimizer conversion might be slow. You are currently using Python protobuf library implementation.&lt;BR /&gt;However you can use the C++ protobuf implementation that is supplied with the OpenVINO toolkitor build protobuf library from sources.&lt;BR /&gt;Navigate to "install_prerequisites" folder and run: python -m easy_install protobuf-3.5.1-py($your_python_version)-win-amd64.egg&lt;BR /&gt;set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=cpp&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;For more information please refer to Model Optimizer FAQ (&amp;lt;INSTALL_DIR&amp;gt;/deployment_tools/documentation/docs/MO_FAQ.html), question #80.&lt;BR /&gt;[ ERROR ] &amp;nbsp;Cannot infer shapes or values for node "rpn_conv/3x3".&lt;BR /&gt;[ ERROR ] &amp;nbsp;-1&lt;BR /&gt;[ ERROR ]&lt;BR /&gt;[ ERROR ] &amp;nbsp;It can happen due to bug in custom shape infer function &amp;lt;function Convolution.infer at 0x00000282D83BB400&amp;gt;.&lt;BR /&gt;[ ERROR ] &amp;nbsp;Or because the node inputs have incorrect values/shapes.&lt;BR /&gt;[ ERROR ] &amp;nbsp;Or because input shapes are incorrect (embedded to the model or passed via --input_shape).&lt;BR /&gt;[ ERROR ] &amp;nbsp;Run Model Optimizer with --log_level=DEBUG for more information.&lt;BR /&gt;[ ERROR ] &amp;nbsp;Stopped shape/value propagation at "rpn_conv/3x3" node.&lt;BR /&gt;&amp;nbsp;For more information please refer to Model Optimizer FAQ (&amp;lt;INSTALL_DIR&amp;gt;/deployment_tools/documentation/docs/MO_FAQ.html), question #38.&lt;/P&gt;</description>
    <pubDate>Fri, 07 Dec 2018 14:30:30 GMT</pubDate>
    <dc:creator>s__yh</dc:creator>
    <dc:date>2018-12-07T14:30:30Z</dc:date>
    <item>
      <title>OpenVINO: Model optimizer conversion error</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/OpenVINO-Model-optimizer-conversion-error/m-p/1172487#M16548</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I run the Model Optimizer on &amp;nbsp;&lt;STRONG&gt;Faster-R-CNN&lt;/STRONG&gt; model&amp;nbsp; ( Win10,&amp;nbsp; Caffe),&amp;nbsp; conversion doesn't work. Please help me solve the problem, thank you very much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;C:\Intel\computer_vision_sdk_2018.4.420\deployment_tools\inference_engine\samples\object_detection_demo&amp;gt;python %MO_ROOT_PATH%/mo.py --input_model ZF_faster_rcnn_final.caffemodel --input_proto test.prototxt&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Model Optimizer arguments:&lt;BR /&gt;Common parameters:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Path to the Input Model: &amp;nbsp; &amp;nbsp; &amp;nbsp;C:\Intel\computer_vision_sdk_2018.4.420\deployment_tools\inference_engine\samples\object_detection_demo\ZF_faster_rcnn_final.caffemodel&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Path for generated IR: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;C:\Intel\computer_vision_sdk_2018.4.420\deployment_tools\inference_engine\samples\object_detection_demo\.&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - IR output name: &amp;nbsp; &amp;nbsp; &amp;nbsp; ZF_faster_rcnn_final&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Log level: &amp;nbsp; &amp;nbsp;ERROR&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Batch: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Not specified, inherited from the model&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Input layers: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Not specified, inherited from the model&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Output layers: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Not specified, inherited from the model&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Input shapes: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Not specified, inherited from the model&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Mean values: &amp;nbsp;Not specified&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Scale values: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Not specified&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Scale factor: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Not specified&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Precision of IR: &amp;nbsp; &amp;nbsp; &amp;nbsp;FP32&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Enable fusing: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;True&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Enable grouped convolutions fusing: &amp;nbsp; True&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Move mean values to preprocess section: &amp;nbsp; &amp;nbsp; &amp;nbsp; False&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Reverse input channels: &amp;nbsp; &amp;nbsp; &amp;nbsp; False&lt;BR /&gt;Caffe specific parameters:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Enable resnet optimization: &amp;nbsp; True&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Path to the Input prototxt: &amp;nbsp; C:\Intel\computer_vision_sdk_2018.4.420\deployment_tools\inference_engine\samples\object_detection_demo\test.prototxt&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Path to CustomLayersMapping.xml: &amp;nbsp; &amp;nbsp; &amp;nbsp;C:\Intel\computer_vision_sdk_2018.4.420\deployment_tools\model_optimizer\extensions\front\caffe\CustomLayersMapping.xml&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Path to a mean file: &amp;nbsp;Not specified&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Offsets for a mean file: &amp;nbsp; &amp;nbsp; &amp;nbsp;Not specified&lt;BR /&gt;Model Optimizer version: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1.4.292.6ef7232d&lt;BR /&gt;Please expect that Model Optimizer conversion might be slow. You are currently using Python protobuf library implementation.&lt;BR /&gt;However you can use the C++ protobuf implementation that is supplied with the OpenVINO toolkitor build protobuf library from sources.&lt;BR /&gt;Navigate to "install_prerequisites" folder and run: python -m easy_install protobuf-3.5.1-py($your_python_version)-win-amd64.egg&lt;BR /&gt;set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=cpp&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;For more information please refer to Model Optimizer FAQ (&amp;lt;INSTALL_DIR&amp;gt;/deployment_tools/documentation/docs/MO_FAQ.html), question #80.&lt;BR /&gt;[ ERROR ] &amp;nbsp;Cannot infer shapes or values for node "rpn_conv/3x3".&lt;BR /&gt;[ ERROR ] &amp;nbsp;-1&lt;BR /&gt;[ ERROR ]&lt;BR /&gt;[ ERROR ] &amp;nbsp;It can happen due to bug in custom shape infer function &amp;lt;function Convolution.infer at 0x00000282D83BB400&amp;gt;.&lt;BR /&gt;[ ERROR ] &amp;nbsp;Or because the node inputs have incorrect values/shapes.&lt;BR /&gt;[ ERROR ] &amp;nbsp;Or because input shapes are incorrect (embedded to the model or passed via --input_shape).&lt;BR /&gt;[ ERROR ] &amp;nbsp;Run Model Optimizer with --log_level=DEBUG for more information.&lt;BR /&gt;[ ERROR ] &amp;nbsp;Stopped shape/value propagation at "rpn_conv/3x3" node.&lt;BR /&gt;&amp;nbsp;For more information please refer to Model Optimizer FAQ (&amp;lt;INSTALL_DIR&amp;gt;/deployment_tools/documentation/docs/MO_FAQ.html), question #38.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Dec 2018 14:30:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/OpenVINO-Model-optimizer-conversion-error/m-p/1172487#M16548</guid>
      <dc:creator>s__yh</dc:creator>
      <dc:date>2018-12-07T14:30:30Z</dc:date>
    </item>
  </channel>
</rss>

