<?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 Re: OpenVino IR representation generation fails in Intel® Distribution of OpenVINO™ Toolkit</title>
    <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/OpenVino-IR-representation-generation-fails/m-p/672853#M3834</link>
    <description>&lt;P&gt;Hi GSrin4,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am contacting you to give a follow up on this case. Could you please tell me if the issue is solved?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will help you further to any other questions you may have.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;David C.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;P&gt;A Contingent Worker at Intel&lt;/P&gt;</description>
    <pubDate>Mon, 28 Oct 2019 22:54:51 GMT</pubDate>
    <dc:creator>David_C_Intel</dc:creator>
    <dc:date>2019-10-28T22:54:51Z</dc:date>
    <item>
      <title>OpenVino IR representation generation fails</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/OpenVino-IR-representation-generation-fails/m-p/672849#M3830</link>
      <description>&lt;P&gt;Trying to convert YOLOv3 model definde in &lt;A href="https://github.com/qqwweee/keras-yolo3" target="_self" alt="https://github.com/qqwweee/keras-yolo3"&gt;Keras&lt;/A&gt;. I have frozen the session as frozen_graph.pb in text format (so that I can edit the input shapes). When I try the IR generation using mo_tf.py script part of openvino tools. I am getting the following errors.&lt;/P&gt;&lt;CODE&gt;[ ERROR ]  List of operations that cannot be converted to Inference Engine IR:
[ ERROR ]      Min (3)
[ ERROR ]          Min
[ ERROR ]          Min_1
[ ERROR ]          Min_2
[ ERROR ]      Where (6)
[ ERROR ]          boolean_mask/Where
[ ERROR ]          boolean_mask_1/Where
[ ERROR ]          boolean_mask_2/Where
[ ERROR ]          boolean_mask_3/Where
[ ERROR ]          boolean_mask_4/Where
[ ERROR ]          boolean_mask_5/Where
[ ERROR ]      Round (3)
[ ERROR ]          Round
[ ERROR ]          Round_1
[ ERROR ]          Round_2
[ ERROR ]      NonMaxSuppressionV2 (3)
[ ERROR ]          non_max_suppression/NonMaxSuppressionV2
[ ERROR ]          non_max_suppression_1/NonMaxSuppressionV2
[ ERROR ]          non_max_suppression_2/NonMaxSuppressionV2
[ ERROR ]  Part of the nodes was not converted to IR. Stopped.&lt;/CODE&gt;&lt;P&gt;Details of OpenVino version: 2019.3.0-375-g332562022&lt;/P&gt;&lt;P&gt;Any suggestions/references would be much appreciated.&lt;/P&gt;</description>
      <pubDate>Sat, 19 Oct 2019 13:37:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/OpenVino-IR-representation-generation-fails/m-p/672849#M3830</guid>
      <dc:creator>GSrin4</dc:creator>
      <dc:date>2019-10-19T13:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVino IR representation generation fails</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/OpenVino-IR-representation-generation-fails/m-p/672850#M3831</link>
      <description>&lt;P&gt;Hi GSrin4,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for contacting Intel Customer Support, my name is David, I am glad to assist you.&lt;/P&gt;&lt;P&gt;I see you are having trouble with the IR generation. Could you please provide the following information:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;What was the model optimizer command used to convert to IR format?&lt;/LI&gt;&lt;LI&gt;Is it a pre-trained model or a custom model?&lt;/LI&gt;&lt;LI&gt;Could you provide the orignal model?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;David C.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;P&gt;A Contingent Worker at Intel&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2019 03:42:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/OpenVino-IR-representation-generation-fails/m-p/672850#M3831</guid>
      <dc:creator>David_C_Intel</dc:creator>
      <dc:date>2019-10-22T03:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVino IR representation generation fails</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/OpenVino-IR-representation-generation-fails/m-p/672851#M3832</link>
      <description>&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please find my comments for the query.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;model optimizer command: &lt;B&gt;&lt;I&gt;python mo_tf.py  --input_model_is_text --input_model frozen_graph.pb. &lt;/I&gt;&lt;/B&gt;(Input shape has been updated in the .pb file) &lt;/LI&gt;&lt;LI&gt;It's custom model.&lt;/LI&gt;&lt;LI&gt;Original model in the sense? I used this github repo: &lt;A href="https://github.com/qqwweee/keras-yolo3" target="_self" alt="https://github.com/qqwweee/keras-yolo3"&gt;&lt;/A&gt;&lt;A href="https://github.com/qqwweee/keras-yolo3"&gt;https://github.com/qqwweee/keras-yolo3&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;If you need the .h5 weight file, I can attach that. (The output of training is .h5 file in this case)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope it helps,&lt;/P&gt;&lt;P&gt;Gunasekaran&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2019 08:32:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/OpenVino-IR-representation-generation-fails/m-p/672851#M3832</guid>
      <dc:creator>GSrin4</dc:creator>
      <dc:date>2019-10-22T08:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVino IR representation generation fails</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/OpenVino-IR-representation-generation-fails/m-p/672852#M3833</link>
      <description>&lt;P&gt;Hi GSrin4,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the information given.&lt;/P&gt;&lt;P&gt;It seems there is a flag missing: --tensorflow_use_custom_operations_config "yolo_v3.json".&lt;/P&gt;&lt;P&gt;You can check the documentation on how to convert YOLO models to IR&amp;nbsp;&lt;A href="https://docs.openvinotoolkit.org/latest/_docs_MO_DG_prepare_model_convert_model_tf_specific_Convert_YOLO_From_Tensorflow.html" target="_self" alt="https://docs.openvinotoolkit.org/latest/_docs_MO_DG_prepare_model_convert_model_tf_specific_Convert_YOLO_From_Tensorflow.html"&gt;here&lt;/A&gt;. As you are using a custom model, you will need to modify the "yolo_v3.json" file to match your model.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this will help you. If you are still experiencing some errors, you can send me your ".pb" file, so we can manage to replicate your issue and get to a solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;David C.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;P&gt;A Contingent Worker at Intel&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2019 02:10:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/OpenVino-IR-representation-generation-fails/m-p/672852#M3833</guid>
      <dc:creator>David_C_Intel</dc:creator>
      <dc:date>2019-10-23T02:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVino IR representation generation fails</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/OpenVino-IR-representation-generation-fails/m-p/672853#M3834</link>
      <description>&lt;P&gt;Hi GSrin4,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am contacting you to give a follow up on this case. Could you please tell me if the issue is solved?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will help you further to any other questions you may have.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;David C.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;P&gt;A Contingent Worker at Intel&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2019 22:54:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/OpenVino-IR-representation-generation-fails/m-p/672853#M3834</guid>
      <dc:creator>David_C_Intel</dc:creator>
      <dc:date>2019-10-28T22:54:51Z</dc:date>
    </item>
  </channel>
</rss>

