<?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: Issue when converting on Yolo V3 Model using Model Optimizer in Intel® Distribution of OpenVINO™ Toolkit</title>
    <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Issue-when-converting-on-Yolo-V3-Model-using-Model-Optimizer/m-p/1306470#M24899</link>
    <description>&lt;P&gt;Hi Darkhouse,&lt;/P&gt;
&lt;P&gt;The error you got is because the model node name was different that causing the IR cannot point to the correct node (e.g. conv2d_14 = type: Conv2D, name: detector/yolo-v3/Conv_14/Conv2D - without the supposing value: conv2d_14 )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Comparing your yolov-3 model and Open Model Zoo yolo-v3 model, both .json and model topology use the same naming convention. Hence, we would advise you to follow a similar practice as Open Model Zoo yolo-v3 model to avoid the error from happening again.&lt;/P&gt;
&lt;P&gt;I attached the screenshot for both comparisons for a clear view.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Aznie&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 13 Aug 2021 03:06:36 GMT</pubDate>
    <dc:creator>IntelSupport</dc:creator>
    <dc:date>2021-08-13T03:06:36Z</dc:date>
    <item>
      <title>Issue when converting on Yolo V3 Model using Model Optimizer</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Issue-when-converting-on-Yolo-V3-Model-using-Model-Optimizer/m-p/1305688#M24865</link>
      <description>&lt;P&gt;Hello Experts,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My customer had tried to convert Yolo V3 models to IR format:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN&gt;Converted YOLO V3 model&amp;nbsp;to .pb&amp;nbsp;format&amp;nbsp;–&amp;nbsp;Successfully&amp;nbsp;converted.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI data-leveltext="%1." data-font="Calibri" data-listid="2" data-aria-posinset="2" data-aria-level="1"&gt;&lt;SPAN&gt;Error occurred while&amp;nbsp;converting .pb&amp;nbsp;to IR format.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DarkHorse_2-1628661872647.png" style="width: 655px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/18730i61590B2C78855DE4/image-dimensions/655x54?v=v2&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" width="655" height="54" role="button" title="DarkHorse_2-1628661872647.png" alt="DarkHorse_2-1628661872647.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DarkHorse_1-1628661843059.png" style="width: 663px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/18729i43F9BE4E3BDCE093/image-dimensions/663x452?v=v2&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" width="663" height="452" role="button" title="DarkHorse_1-1628661843059.png" alt="DarkHorse_1-1628661843059.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Have you guys seen these error messages before?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Aug 2021 06:06:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Issue-when-converting-on-Yolo-V3-Model-using-Model-Optimizer/m-p/1305688#M24865</guid>
      <dc:creator>DarkHorse</dc:creator>
      <dc:date>2021-08-11T06:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Issue when converting on Yolo V3 Model using Model Optimizer</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Issue-when-converting-on-Yolo-V3-Model-using-Model-Optimizer/m-p/1306091#M24876</link>
      <description>&lt;P&gt;Hi Darkhouse,&lt;/P&gt;
&lt;P&gt;Thanks for reaching out.&lt;/P&gt;
&lt;P&gt;Does your Yolo-v3 model is a custom model? Could your share the model for us to test it on our side? Meanwhile, please try to convert the model using the Model Optimizer arguments for OpenVINO yolo-v3-tf model as below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;I&gt;mo.py --input_shape=[1,416,416,3] --input=input_1 --scale_values=input_1[255] --reverse_input_channels --transformations_config "INSTALL_DIR\openvino_2021.4.582\deployment_tools\open_model_zoo\tools\downloader\public\yolo-v3-tf\yolo-v3.json" --input_model "INSTALL_DIR\openvino_2021.4.582\deployment_tools\open_model_zoo\tools\downloader\public\yolo-v3-tf\yolo-v3.pb"&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You also can refer to the model.yml file of the yolo-v3-tf model for the Model Optimizer arguments. The model.yml file can be found in this directory:&lt;/P&gt;
&lt;P&gt;&lt;I&gt;INSTALL_DIR\openvino_2021.4.582\deployment_tools\open_model_zoo\models\public\yolo-v3-tf&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Aznie&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 06:10:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Issue-when-converting-on-Yolo-V3-Model-using-Model-Optimizer/m-p/1306091#M24876</guid>
      <dc:creator>IntelSupport</dc:creator>
      <dc:date>2021-08-12T06:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Issue when converting on Yolo V3 Model using Model Optimizer</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Issue-when-converting-on-Yolo-V3-Model-using-Model-Optimizer/m-p/1306111#M24879</link>
      <description>&lt;P&gt;Hello Azine,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have no issue when converting the yolo-v3-tf from the Open Model Zoo to IR format.&lt;/P&gt;
&lt;P&gt;Yes, the model is customer's own Yolov3 model.&amp;nbsp; Since this is from customer's model, I will send the model to you personally.&lt;/P&gt;
&lt;P&gt;I did try to run model optimizer and I am getting these error messages:&lt;/P&gt;
&lt;P&gt;C:\Program Files (x86)\IntelSWTools\openvino_2021\deployment_tools\model_optimizer&amp;gt;python mo.py --input_model "C:\Users\allensen\Downloads\Shelfie_Model\frozen_darknet_yolov3_model.pb" --transformations_config "C:\Users\allensen\Downloads\Shelfie_Model\yolo-v3.json" --data_type=FP32 --model_name yolov3_Shelfie_FP32 --output_dir "C:\Users\allensen\Documents\Intel\IR_Models" --input_shape=[1,416,416,3] --scale_values=input_1[255] --reverse_input_channels&lt;BR /&gt;C:\Users\allensen\AppData\Local\Programs\Python\Python37\lib\site-packages\numpy\_distributor_init.py:32: UserWarning: loaded more than 1 DLL from .libs:&lt;BR /&gt;C:\Users\allensen\AppData\Local\Programs\Python\Python37\lib\site-packages\numpy\.libs\libopenblas.GK7GX5KEQ4F6UYO3P26ULGBQYHGQO7J4.gfortran-win_amd64.dll&lt;BR /&gt;C:\Users\allensen\AppData\Local\Programs\Python\Python37\lib\site-packages\numpy\.libs\libopenblas.WCDJNK7YVMPZQ2ME2ZZHJJRJ3JIKNDB7.gfortran-win_amd64.dll&lt;BR /&gt;stacklevel=1)&lt;BR /&gt;Model Optimizer arguments:&lt;BR /&gt;Common parameters:&lt;BR /&gt;- Path to the Input Model: C:\Users\allensen\Downloads\Shelfie_Model\frozen_darknet_yolov3_model.pb&lt;BR /&gt;- Path for generated IR: C:\Users\allensen\Documents\Intel\IR_Models&lt;BR /&gt;- IR output name: yolov3_Shelfie_FP32&lt;BR /&gt;- Log level: ERROR&lt;BR /&gt;- Batch: Not specified, inherited from the model&lt;BR /&gt;- Input layers: Not specified, inherited from the model&lt;BR /&gt;- Output layers: Not specified, inherited from the model&lt;BR /&gt;- Input shapes: [1,416,416,3]&lt;BR /&gt;- Mean values: Not specified&lt;BR /&gt;- Scale values: input_1[255]&lt;BR /&gt;- Scale factor: Not specified&lt;BR /&gt;- Precision of IR: FP32&lt;BR /&gt;- Enable fusing: True&lt;BR /&gt;- Enable grouped convolutions fusing: True&lt;BR /&gt;- Move mean values to preprocess section: None&lt;BR /&gt;- Reverse input channels: True&lt;BR /&gt;TensorFlow specific parameters:&lt;BR /&gt;- Input model in text protobuf format: False&lt;BR /&gt;- Path to model dump for TensorBoard: None&lt;BR /&gt;- List of shared libraries with TensorFlow custom layers implementation: None&lt;BR /&gt;- Update the configuration file with input/output node names: None&lt;BR /&gt;- Use configuration file used to generate the model with Object Detection API: None&lt;BR /&gt;- Use the config file: None&lt;BR /&gt;C:\Users\allensen\AppData\Local\Programs\Python\Python37\lib\site-packages\numpy\_distributor_init.py:32: UserWarning: loaded more than 1 DLL from .libs:&lt;BR /&gt;C:\Users\allensen\AppData\Local\Programs\Python\Python37\lib\site-packages\numpy\.libs\libopenblas.GK7GX5KEQ4F6UYO3P26ULGBQYHGQO7J4.gfortran-win_amd64.dll&lt;BR /&gt;C:\Users\allensen\AppData\Local\Programs\Python\Python37\lib\site-packages\numpy\.libs\libopenblas.WCDJNK7YVMPZQ2ME2ZZHJJRJ3JIKNDB7.gfortran-win_amd64.dll&lt;BR /&gt;stacklevel=1)&lt;BR /&gt;- Inference Engine found in: C:\Program Files (x86)\IntelSWTools\openvino_2021\python\python3.7\openvino&lt;BR /&gt;Inference Engine version: 2.1.2021.3.0-2787-60059f2c755-releases/2021/3&lt;BR /&gt;Model Optimizer version: 2021.3.0-2787-60059f2c755-releases/2021/3&lt;BR /&gt;2021-08-12 12:04:53.717179: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'cudart64_110.dll'; dlerror: cudart64_110.dll not found&lt;BR /&gt;2021-08-12 12:04:53.735235: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.&lt;BR /&gt;[ ANALYSIS INFO ] Your model looks like YOLOv3 Model.&lt;BR /&gt;To generate the IR, provide TensorFlow YOLOv3 Model to the Model Optimizer with the following parameters:&lt;BR /&gt;--input_model &amp;lt;path_to_model&amp;gt;/yolo_v3.pb&lt;BR /&gt;--batch 1&lt;BR /&gt;--tensorflow_use_custom_operations_config &amp;lt;OPENVINO_INSTALL_DIR&amp;gt;/deployment_tools/model_optimizer/extensions/front/tf/yolo_v3.json&lt;BR /&gt;Detailed information about conversion of this model can be found at&lt;BR /&gt;&lt;A href="https://docs.openvinotoolkit.org/latest/_docs_MO_DG_prepare_model_convert_model_tf_specific_Convert_YOLO_From_Tensorflow.html" target="_blank"&gt;https://docs.openvinotoolkit.org/latest/_docs_MO_DG_prepare_model_convert_model_tf_specific_Convert_YOLO_From_Tensorflow.html&lt;/A&gt;&lt;BR /&gt;[ ERROR ] Exception occurred during running replacer "TFYOLOV3" (&amp;lt;class 'extensions.front.YOLO.YoloV3RegionAddon'&amp;gt;): TensorFlow YOLO V3 conversion mechanism was enabled. Entry points "conv2d_58/BiasAdd, conv2d_66/BiasAdd, conv2d_74/BiasAdd" were provided in the configuration file. Entry points are nodes that feed YOLO Region layers. Node with name conv2d_58/BiasAdd doesn't exist in the graph. Refer to documentation about converting YOLO models for more information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 04:09:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Issue-when-converting-on-Yolo-V3-Model-using-Model-Optimizer/m-p/1306111#M24879</guid>
      <dc:creator>DarkHorse</dc:creator>
      <dc:date>2021-08-12T04:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Issue when converting on Yolo V3 Model using Model Optimizer</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Issue-when-converting-on-Yolo-V3-Model-using-Model-Optimizer/m-p/1306114#M24880</link>
      <description>&lt;P&gt;Hello Aznie,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Some how, I managed to zoom to the error messages related to the .json file:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;C:\Program Files (x86)\IntelSWTools\openvino_2021\deployment_tools\model_optimizer&amp;gt;python mo_tf.py --input_model "C:\Users\allensen\Downloads\Shelfie_Model\frozen_darknet_yolov3_model.pb" --transformations_config "C:\Users\allensen\Downloads\Shelfie_Model\yolo-v3.json" --data_type=FP32 --model_name yolov3_Shelfie_FP32 --output_dir "C:\Users\allensen\Documents\Intel\IR_Models" --input_shape=[1,416,416,3] --scale_values=input_1[255] --reverse_input_channel&lt;BR /&gt;C:\Users\allensen\AppData\Local\Programs\Python\Python37\lib\site-packages\numpy\_distributor_init.py:32: UserWarning: loaded more than 1 DLL from .libs:&lt;BR /&gt;C:\Users\allensen\AppData\Local\Programs\Python\Python37\lib\site-packages\numpy\.libs\libopenblas.GK7GX5KEQ4F6UYO3P26ULGBQYHGQO7J4.gfortran-win_amd64.dll&lt;BR /&gt;C:\Users\allensen\AppData\Local\Programs\Python\Python37\lib\site-packages\numpy\.libs\libopenblas.WCDJNK7YVMPZQ2ME2ZZHJJRJ3JIKNDB7.gfortran-win_amd64.dll&lt;BR /&gt;stacklevel=1)&lt;BR /&gt;Model Optimizer arguments:&lt;BR /&gt;Common parameters:&lt;BR /&gt;- Path to the Input Model: C:\Users\allensen\Downloads\Shelfie_Model\frozen_darknet_yolov3_model.pb&lt;BR /&gt;- Path for generated IR: C:\Users\allensen\Documents\Intel\IR_Models&lt;BR /&gt;- IR output name: yolov3_Shelfie_FP32&lt;BR /&gt;- Log level: ERROR&lt;BR /&gt;- Batch: Not specified, inherited from the model&lt;BR /&gt;- Input layers: Not specified, inherited from the model&lt;BR /&gt;- Output layers: Not specified, inherited from the model&lt;BR /&gt;- Input shapes: [1,416,416,3]&lt;BR /&gt;- Mean values: Not specified&lt;BR /&gt;- Scale values: input_1[255]&lt;BR /&gt;- Scale factor: Not specified&lt;BR /&gt;- Precision of IR: FP32&lt;BR /&gt;- Enable fusing: True&lt;BR /&gt;- Enable grouped convolutions fusing: True&lt;BR /&gt;- Move mean values to preprocess section: None&lt;BR /&gt;- Reverse input channels: True&lt;BR /&gt;TensorFlow specific parameters:&lt;BR /&gt;- Input model in text protobuf format: False&lt;BR /&gt;- Path to model dump for TensorBoard: None&lt;BR /&gt;- List of shared libraries with TensorFlow custom layers implementation: None&lt;BR /&gt;- Update the configuration file with input/output node names: None&lt;BR /&gt;- Use configuration file used to generate the model with Object Detection API: None&lt;BR /&gt;- Use the config file: None&lt;BR /&gt;C:\Users\allensen\AppData\Local\Programs\Python\Python37\lib\site-packages\numpy\_distributor_init.py:32: UserWarning: loaded more than 1 DLL from .libs:&lt;BR /&gt;C:\Users\allensen\AppData\Local\Programs\Python\Python37\lib\site-packages\numpy\.libs\libopenblas.GK7GX5KEQ4F6UYO3P26ULGBQYHGQO7J4.gfortran-win_amd64.dll&lt;BR /&gt;C:\Users\allensen\AppData\Local\Programs\Python\Python37\lib\site-packages\numpy\.libs\libopenblas.WCDJNK7YVMPZQ2ME2ZZHJJRJ3JIKNDB7.gfortran-win_amd64.dll&lt;BR /&gt;stacklevel=1)&lt;BR /&gt;- Inference Engine found in: C:\Program Files (x86)\IntelSWTools\openvino_2021\python\python3.7\openvino&lt;BR /&gt;Inference Engine version: 2.1.2021.3.0-2787-60059f2c755-releases/2021/3&lt;BR /&gt;Model Optimizer version: 2021.3.0-2787-60059f2c755-releases/2021/3&lt;BR /&gt;2021-08-12 12:15:38.838739: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'cudart64_110.dll'; dlerror: cudart64_110.dll not found&lt;BR /&gt;2021-08-12 12:15:38.855693: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.&lt;BR /&gt;[ ANALYSIS INFO ] Your model looks like YOLOv3 Model.&lt;BR /&gt;To generate the IR, provide TensorFlow YOLOv3 Model to the Model Optimizer with the following parameters:&lt;BR /&gt;--input_model &amp;lt;path_to_model&amp;gt;/yolo_v3.pb&lt;BR /&gt;--batch 1&lt;BR /&gt;--tensorflow_use_custom_operations_config &amp;lt;OPENVINO_INSTALL_DIR&amp;gt;/deployment_tools/model_optimizer/extensions/front/tf/yolo_v3.json&lt;BR /&gt;Detailed information about conversion of this model can be found at&lt;BR /&gt;&lt;A href="https://docs.openvinotoolkit.org/latest/_docs_MO_DG_prepare_model_convert_model_tf_specific_Convert_YOLO_From_Tensorflow.html" target="_blank"&gt;https://docs.openvinotoolkit.org/latest/_docs_MO_DG_prepare_model_convert_model_tf_specific_Convert_YOLO_From_Tensorflow.html&lt;/A&gt;&lt;BR /&gt;[ ERROR ] Exception occurred during running replacer "TFYOLOV3" (&amp;lt;class 'extensions.front.YOLO.YoloV3RegionAddon'&amp;gt;): TensorFlow YOLO V3 conversion mechanism was enabled. Entry points "conv2d_58/BiasAdd, conv2d_66/BiasAdd, conv2d_74/BiasAdd" were provided in the configuration file. Entry points are nodes that feed YOLO Region layers. Node with name conv2d_58/BiasAdd doesn't exist in the graph. Refer to documentation about converting YOLO models for more information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you send me a private message so that I can share the model's files to you?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 04:26:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Issue-when-converting-on-Yolo-V3-Model-using-Model-Optimizer/m-p/1306114#M24880</guid>
      <dc:creator>DarkHorse</dc:creator>
      <dc:date>2021-08-12T04:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Issue when converting on Yolo V3 Model using Model Optimizer</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Issue-when-converting-on-Yolo-V3-Model-using-Model-Optimizer/m-p/1306470#M24899</link>
      <description>&lt;P&gt;Hi Darkhouse,&lt;/P&gt;
&lt;P&gt;The error you got is because the model node name was different that causing the IR cannot point to the correct node (e.g. conv2d_14 = type: Conv2D, name: detector/yolo-v3/Conv_14/Conv2D - without the supposing value: conv2d_14 )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Comparing your yolov-3 model and Open Model Zoo yolo-v3 model, both .json and model topology use the same naming convention. Hence, we would advise you to follow a similar practice as Open Model Zoo yolo-v3 model to avoid the error from happening again.&lt;/P&gt;
&lt;P&gt;I attached the screenshot for both comparisons for a clear view.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Aznie&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2021 03:06:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Issue-when-converting-on-Yolo-V3-Model-using-Model-Optimizer/m-p/1306470#M24899</guid>
      <dc:creator>IntelSupport</dc:creator>
      <dc:date>2021-08-13T03:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Issue when converting on Yolo V3 Model using Model Optimizer</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Issue-when-converting-on-Yolo-V3-Model-using-Model-Optimizer/m-p/1306493#M24900</link>
      <description>&lt;P&gt;Hello Aznie,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks a lot for pointing out the node name mismatch. I have modified to yolo-v3.json file as below:&lt;/P&gt;
&lt;P&gt;[&lt;BR /&gt;{&lt;BR /&gt;"id": "TFYOLOV3",&lt;BR /&gt;"match_kind": "general",&lt;BR /&gt;"custom_attributes": {&lt;BR /&gt;"classes": 43,&lt;BR /&gt;"anchors": [0.31,0.75, 0.39,1.51, 0.58,1.04, 0.59,1.89, 0.65,0.60, 0.91,1.61, 1.03,0.99, 1.25,2.03, 1.43,4.16],&lt;BR /&gt;"coords": 4,&lt;BR /&gt;"num": 9,&lt;BR /&gt;"masks":[[6, 7, 8], [3, 4, 5], [0, 1, 2]],&lt;BR /&gt;"entry_points": ["detector/yolo-v3/Conv_6/Conv2D", "detector/yolo-v3/Conv_14/Conv2D", "detector/yolo-v3/Conv_22/Conv2D"]&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I bumped into further errors:&lt;/P&gt;
&lt;P&gt;C:\Program Files (x86)\IntelSWTools\openvino_2021\deployment_tools\model_optimizer&amp;gt;python mo_tf.py --input_model "C:\Users\allensen\Downloads\Shelfie_Model\frozen_darknet_yolov3_model.pb" --transformations_config "C:\Users\allensen\Downloads\Shelfie_Model\yolo-v3.json" --data_type=FP32 --model_name yolov3_Shelfie_FP32 --output_dir "C:\Users\allensen\Documents\Intel\IR_Models" --input_shape=[1,416,416,3] --scale_values=input_1[255] --reverse_input_channels&lt;BR /&gt;C:\Users\allensen\AppData\Local\Programs\Python\Python37\lib\site-packages\numpy\_distributor_init.py:32: UserWarning: loaded more than 1 DLL from .libs:&lt;BR /&gt;C:\Users\allensen\AppData\Local\Programs\Python\Python37\lib\site-packages\numpy\.libs\libopenblas.GK7GX5KEQ4F6UYO3P26ULGBQYHGQO7J4.gfortran-win_amd64.dll&lt;BR /&gt;C:\Users\allensen\AppData\Local\Programs\Python\Python37\lib\site-packages\numpy\.libs\libopenblas.WCDJNK7YVMPZQ2ME2ZZHJJRJ3JIKNDB7.gfortran-win_amd64.dll&lt;BR /&gt;stacklevel=1)&lt;BR /&gt;Model Optimizer arguments:&lt;BR /&gt;Common parameters:&lt;BR /&gt;- Path to the Input Model: C:\Users\allensen\Downloads\Shelfie_Model\frozen_darknet_yolov3_model.pb&lt;BR /&gt;- Path for generated IR: C:\Users\allensen\Documents\Intel\IR_Models&lt;BR /&gt;- IR output name: yolov3_Shelfie_FP32&lt;BR /&gt;- Log level: ERROR&lt;BR /&gt;- Batch: Not specified, inherited from the model&lt;BR /&gt;- Input layers: Not specified, inherited from the model&lt;BR /&gt;- Output layers: Not specified, inherited from the model&lt;BR /&gt;- Input shapes: [1,416,416,3]&lt;BR /&gt;- Mean values: Not specified&lt;BR /&gt;- Scale values: input_1[255]&lt;BR /&gt;- Scale factor: Not specified&lt;BR /&gt;- Precision of IR: FP32&lt;BR /&gt;- Enable fusing: True&lt;BR /&gt;- Enable grouped convolutions fusing: True&lt;BR /&gt;- Move mean values to preprocess section: None&lt;BR /&gt;- Reverse input channels: True&lt;BR /&gt;TensorFlow specific parameters:&lt;BR /&gt;- Input model in text protobuf format: False&lt;BR /&gt;- Path to model dump for TensorBoard: None&lt;BR /&gt;- List of shared libraries with TensorFlow custom layers implementation: None&lt;BR /&gt;- Update the configuration file with input/output node names: None&lt;BR /&gt;- Use configuration file used to generate the model with Object Detection API: None&lt;BR /&gt;- Use the config file: None&lt;BR /&gt;C:\Users\allensen\AppData\Local\Programs\Python\Python37\lib\site-packages\numpy\_distributor_init.py:32: UserWarning: loaded more than 1 DLL from .libs:&lt;BR /&gt;C:\Users\allensen\AppData\Local\Programs\Python\Python37\lib\site-packages\numpy\.libs\libopenblas.GK7GX5KEQ4F6UYO3P26ULGBQYHGQO7J4.gfortran-win_amd64.dll&lt;BR /&gt;C:\Users\allensen\AppData\Local\Programs\Python\Python37\lib\site-packages\numpy\.libs\libopenblas.WCDJNK7YVMPZQ2ME2ZZHJJRJ3JIKNDB7.gfortran-win_amd64.dll&lt;BR /&gt;stacklevel=1)&lt;BR /&gt;- Inference Engine found in: C:\Program Files (x86)\IntelSWTools\openvino_2021\python\python3.7\openvino&lt;BR /&gt;Inference Engine version: 2.1.2021.3.0-2787-60059f2c755-releases/2021/3&lt;BR /&gt;Model Optimizer version: 2021.3.0-2787-60059f2c755-releases/2021/3&lt;BR /&gt;2021-08-13 13:07:32.521545: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'cudart64_110.dll'; dlerror: cudart64_110.dll not found&lt;BR /&gt;2021-08-13 13:07:32.540415: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.&lt;BR /&gt;[ ERROR ] -------------------------------------------------&lt;BR /&gt;[ ERROR ] ----------------- INTERNAL ERROR ----------------&lt;BR /&gt;[ ERROR ] Unexpected exception happened.&lt;BR /&gt;[ ERROR ] Please contact Model Optimizer developers and forward the following information:&lt;BR /&gt;[ ERROR ] Exception occurred during running replacer "REPLACEMENT_ID (&amp;lt;class 'extensions.middle.AddMeanScaleValues.AddMeanScaleValues'&amp;gt;)": Attempt to access node None that not in graph&lt;BR /&gt;[ ERROR ] Traceback (most recent call last):&lt;BR /&gt;File "C:\Program Files (x86)\IntelSWTools\openvino_2021\deployment_tools\model_optimizer\mo\utils\class_registration.py", line 288, in apply_transform&lt;BR /&gt;replacer.find_and_replace_pattern(graph)&lt;BR /&gt;File "C:\Program Files (x86)\IntelSWTools\openvino_2021\deployment_tools\model_optimizer\extensions\middle\AddMeanScaleValues.py", line 111, in find_and_replace_pattern&lt;BR /&gt;if Node(graph, node_id) not in input_nodes:&lt;BR /&gt;File "C:\Program Files (x86)\IntelSWTools\openvino_2021\deployment_tools\model_optimizer\mo\graph\graph.py", line 37, in __init__&lt;BR /&gt;assert node in graph, "Attempt to access node {} that not in graph".format(node)&lt;BR /&gt;AssertionError: Attempt to access node None that not in graph&lt;/P&gt;
&lt;P&gt;The above exception was the direct cause of the following exception:&lt;/P&gt;
&lt;P&gt;Traceback (most recent call last):&lt;BR /&gt;File "C:\Program Files (x86)\IntelSWTools\openvino_2021\deployment_tools\model_optimizer\mo\main.py", line 345, in main&lt;BR /&gt;ret_code = driver(argv)&lt;BR /&gt;File "C:\Program Files (x86)\IntelSWTools\openvino_2021\deployment_tools\model_optimizer\mo\main.py", line 309, in driver&lt;BR /&gt;ret_res = emit_ir(prepare_ir(argv), argv)&lt;BR /&gt;File "C:\Program Files (x86)\IntelSWTools\openvino_2021\deployment_tools\model_optimizer\mo\main.py", line 252, in prepare_ir&lt;BR /&gt;graph = unified_pipeline(argv)&lt;BR /&gt;File "C:\Program Files (x86)\IntelSWTools\openvino_2021\deployment_tools\model_optimizer\mo\pipeline\unified.py", line 29, in unified_pipeline&lt;BR /&gt;class_registration.ClassType.BACK_REPLACER&lt;BR /&gt;File "C:\Program Files (x86)\IntelSWTools\openvino_2021\deployment_tools\model_optimizer\mo\utils\class_registration.py", line 340, in apply_replacements&lt;BR /&gt;apply_replacements_list(graph, replacers_order)&lt;BR /&gt;File "C:\Program Files (x86)\IntelSWTools\openvino_2021\deployment_tools\model_optimizer\mo\utils\class_registration.py", line 330, in apply_replacements_list&lt;BR /&gt;num_transforms=len(replacers_order))&lt;BR /&gt;File "C:\Program Files (x86)\IntelSWTools\openvino_2021\deployment_tools\model_optimizer\mo\utils\logger.py", line 124, in wrapper&lt;BR /&gt;function(*args, **kwargs)&lt;BR /&gt;File "C:\Program Files (x86)\IntelSWTools\openvino_2021\deployment_tools\model_optimizer\mo\utils\class_registration.py", line 318, in apply_transform&lt;BR /&gt;)) from err&lt;BR /&gt;Exception: Exception occurred during running replacer "REPLACEMENT_ID (&amp;lt;class 'extensions.middle.AddMeanScaleValues.AddMeanScaleValues'&amp;gt;)": Attempt to access node None that not in graph&lt;/P&gt;
&lt;P&gt;[ ERROR ] ---------------- END OF BUG REPORT --------------&lt;BR /&gt;[ ERROR ] -------------------------------------------------&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2021 05:18:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Issue-when-converting-on-Yolo-V3-Model-using-Model-Optimizer/m-p/1306493#M24900</guid>
      <dc:creator>DarkHorse</dc:creator>
      <dc:date>2021-08-13T05:18:09Z</dc:date>
    </item>
    <item>
      <title>Re:Issue when converting on Yolo V3 Model using Model Optimizer</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Issue-when-converting-on-Yolo-V3-Model-using-Model-Optimizer/m-p/1308029#M24971</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi Darkhorse,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you share with me the source of your model? Probably you can share the link where you got the model. As for now, we observed the same issue and it might be due to the unsupported operation. However, we are still checking with our developer&amp;nbsp;for better clarification.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aznie&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Aug 2021 08:48:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Issue-when-converting-on-Yolo-V3-Model-using-Model-Optimizer/m-p/1308029#M24971</guid>
      <dc:creator>IntelSupport</dc:creator>
      <dc:date>2021-08-19T08:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Issue when converting on Yolo V3 Model using Model Optimizer</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Issue-when-converting-on-Yolo-V3-Model-using-Model-Optimizer/m-p/1308065#M24973</link>
      <description>&lt;P&gt;Hello Aznie,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may find the .weights file in the previous share drive link that I shared previously.&lt;/P&gt;
&lt;P&gt;Customer is using TF version 1.11.0 to freeze the model.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Do let me know if you need further info on this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 10:55:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Issue-when-converting-on-Yolo-V3-Model-using-Model-Optimizer/m-p/1308065#M24973</guid>
      <dc:creator>DarkHorse</dc:creator>
      <dc:date>2021-08-19T10:55:58Z</dc:date>
    </item>
    <item>
      <title>Re:Issue when converting on Yolo V3 Model using Model Optimizer</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Issue-when-converting-on-Yolo-V3-Model-using-Model-Optimizer/m-p/1308331#M24991</link>
      <description>&lt;P&gt;Hi Darkhouse,&lt;/P&gt;&lt;P&gt;For us to further investigate the issue, could you provide us with the non-frozen models? You could share the link via private message.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aznie&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Aug 2021 07:53:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Issue-when-converting-on-Yolo-V3-Model-using-Model-Optimizer/m-p/1308331#M24991</guid>
      <dc:creator>IntelSupport</dc:creator>
      <dc:date>2021-08-20T07:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Issue when converting on Yolo V3 Model using Model Optimizer</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Issue-when-converting-on-Yolo-V3-Model-using-Model-Optimizer/m-p/1308990#M25002</link>
      <description>&lt;P&gt;Hello Aznie,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My customer is unable to find .meta, .index, .data and checkpoint.&lt;/P&gt;
&lt;P&gt;All he has are: .names, .pb, .cfg, .weights and .json files&lt;BR /&gt;&lt;BR /&gt;Is there any other alternative for this to move forward?&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Aug 2021 13:10:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Issue-when-converting-on-Yolo-V3-Model-using-Model-Optimizer/m-p/1308990#M25002</guid>
      <dc:creator>DarkHorse</dc:creator>
      <dc:date>2021-08-23T13:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Issue when converting on Yolo V3 Model using Model Optimizer</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Issue-when-converting-on-Yolo-V3-Model-using-Model-Optimizer/m-p/1309375#M25018</link>
      <description>&lt;P&gt;Please follow following process to convert your model:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Freeze your model:&lt;/LI&gt;
&lt;OL&gt;
&lt;LI&gt;git clone &lt;A href="https://github.com/mystic123/tensorflow-yolo-v3.git" target="_blank"&gt;https://github.com/mystic123/tensorflow-yolo-v3.git&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;cd tensorflow-yolo-v3&lt;/LI&gt;
&lt;LI&gt;git checkout ed60b90&lt;/LI&gt;
&lt;LI&gt;use your class and weights file names&lt;/LI&gt;
&lt;LI&gt;pip3 install tensorflow==1.15&lt;/LI&gt;
&lt;LI&gt;In above step if tensorflow-gpu is installed uninstall it using pip3 uninstall tensorflow-gpu as it is used as default.&lt;/LI&gt;
&lt;LI&gt;Make sure that you have right tf version by checking print(tf.__version__)&lt;/LI&gt;
&lt;LI&gt;Pip3 install pillow&lt;/LI&gt;
&lt;LI&gt;python3 convert_weights_pb.py --class_names your_class.names --data_format NHWC --weights_file your_file.weights&lt;/LI&gt;
&lt;LI&gt;This will create frozen_darknet_yolov3_model.pb&lt;/LI&gt;
&lt;/OL&gt;
&lt;LI&gt;Convert the model&lt;/LI&gt;
&lt;OL&gt;
&lt;LI&gt;Visualize the model may be in netron.app and identify the 3 stages of model output. For more information refer &lt;A href="https://docs.openvinotoolkit.org/latest/openvino_docs_MO_DG_prepare_model_convert_model_tf_specific_Convert_YOLO_From_Tensorflow.html#yolov3-overview" target="_blank"&gt;Overview of YOLOv3 Model Architecture&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Modify the &lt;STRONG&gt;entry_points&lt;/STRONG&gt; field in yolo-v3.json accordingly.&lt;/LI&gt;
&lt;LI&gt;Intialize openvino environment ( source /opt/intel/openvino_2021/bin/setupvars.sh )&lt;/LI&gt;
&lt;LI&gt;mo_tf.py --input_model frozen_darknet_yolov3_model.pb --transformations_config yolo-v3.json --output_dir &amp;lt;output model folder&amp;gt; --input_shape [1,416,416,3]&lt;/LI&gt;
&lt;/OL&gt;
&lt;/OL&gt;
&lt;P&gt;These steps are tested with OpenVINO version 2021.4&lt;/P&gt;</description>
      <pubDate>Tue, 24 Aug 2021 11:55:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Issue-when-converting-on-Yolo-V3-Model-using-Model-Optimizer/m-p/1309375#M25018</guid>
      <dc:creator>niluwin</dc:creator>
      <dc:date>2021-08-24T11:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: Issue when converting on Yolo V3 Model using Model Optimizer</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Issue-when-converting-on-Yolo-V3-Model-using-Model-Optimizer/m-p/1309889#M25035</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/147144"&gt;@niluwin&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks, I verified in my machine and these steps works.&lt;/P&gt;
&lt;P&gt;Thanks a lot for the help.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Aug 2021 00:23:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Issue-when-converting-on-Yolo-V3-Model-using-Model-Optimizer/m-p/1309889#M25035</guid>
      <dc:creator>DarkHorse</dc:creator>
      <dc:date>2021-08-26T00:23:39Z</dc:date>
    </item>
    <item>
      <title>Re:Issue when converting on Yolo V3 Model using Model Optimizer</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Issue-when-converting-on-Yolo-V3-Model-using-Model-Optimizer/m-p/1310177#M25052</link>
      <description>&lt;P&gt;Hi Darkhouse,&lt;/P&gt;&lt;P&gt;This thread will no longer be monitored since this issue has been resolved.&amp;nbsp;If you need any additional information from Intel, please submit a new question.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aznie&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Aug 2021 01:53:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Issue-when-converting-on-Yolo-V3-Model-using-Model-Optimizer/m-p/1310177#M25052</guid>
      <dc:creator>IntelSupport</dc:creator>
      <dc:date>2021-08-27T01:53:32Z</dc:date>
    </item>
  </channel>
</rss>

