<?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 &amp;gt;Please download the latest in Intel® Distribution of OpenVINO™ Toolkit</title>
    <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/action-recognition-python-sample-on-Raspberry-Pi/m-p/1154275#M12938</link>
    <description>&lt;P&gt;Hello.&lt;BR /&gt;Thank you very much for that info.&lt;/P&gt;&lt;P&gt;&amp;gt;Please download the latest OpenVino release and give it another try.&lt;/P&gt;&lt;P&gt;Unfortunately I am currently trying raspberry pi version of the toolkit.&lt;BR /&gt;Which is from below, and I cannot find updated package there.&lt;/P&gt;&lt;P&gt;&amp;gt;https://docs.openvinotoolkit.org/latest/_docs_install_guides_installing_openvino_raspbian.html&lt;BR /&gt;&amp;gt;https://download.01.org/opencv/2019/openvinotoolkit/&lt;BR /&gt;&amp;gt;l_openvino_toolkit_raspbi_p_2019.1.094.tgz&amp;nbsp;&lt;/P&gt;&lt;P&gt;Probably no R_1.01 or R_1.1 releases are available to RPi version?&lt;/P&gt;&lt;P&gt;In case it is just copying some updated &amp;nbsp;files from R1.1 release package of the other targets, I would like to try it.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BTW, Looking into following link:&lt;/P&gt;&lt;P&gt;&amp;gt;https://software.intel.com/en-us/openvino-toolkit/choose-download&lt;/P&gt;&lt;P&gt;I only see following target options (no Raspberry pi)&lt;/P&gt;&lt;P&gt;- Windows&amp;nbsp;&lt;BR /&gt;- Linux&lt;BR /&gt;- Linux for FPGA&lt;BR /&gt;- macOS&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 07:08:08 GMT</pubDate>
    <dc:creator>Matsuzawa__Takashi</dc:creator>
    <dc:date>2019-05-29T07:08:08Z</dc:date>
    <item>
      <title>action  recognition python sample on Raspberry  Pi</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/action-recognition-python-sample-on-Raspberry-Pi/m-p/1154273#M12936</link>
      <description>&lt;P&gt;Hello.&lt;BR /&gt;I am trying to run following demo on Raspberry Pi, using NCS2 stick.&lt;/P&gt;&lt;P&gt;&amp;gt;https://github.com/opencv/open_model_zoo/tree/master/demos/python_demos/action_recognition&lt;/P&gt;&lt;P&gt;On &amp;nbsp;Raspberry Pi I do not have CPU plugin, so I modified demo.py a bit and invoked it specifying NYRIAD as device.&lt;/P&gt;&lt;P&gt;python3 demo.py \&lt;BR /&gt;&amp;nbsp;--device MYRIAD \&lt;BR /&gt;&amp;nbsp;...&lt;/P&gt;&lt;P&gt;Then I get the following error.&lt;/P&gt;&lt;P&gt;&amp;gt;Initializing plugin for MYRIAD device...&lt;BR /&gt;&amp;gt;Reading IR...&lt;BR /&gt;&amp;gt;Loading IR to the plugin...&lt;BR /&gt;&amp;gt;Traceback (most recent call last):&lt;BR /&gt;&amp;gt; &amp;nbsp;File "/home/pi/open_model_zoo/demos/python_demos/action_recognition/demo.py", line 105, in &amp;lt;module&amp;gt;&lt;BR /&gt;&amp;gt; &amp;nbsp; &amp;nbsp;sys.exit(main() or 0)&lt;BR /&gt;&amp;gt; &amp;nbsp;File "/home/pi/open_model_zoo/demos/python_demos/action_recognition/demo.py", line 99, in main&lt;BR /&gt;&amp;gt; &amp;nbsp; &amp;nbsp;encoder = IEModel(encoder_xml, encoder_bin, encoder_plugin, num_requests=(3 if args.device == 'MYRIAD' else 1))&lt;BR /&gt;&amp;gt; &amp;nbsp;File "/home/pi/open_model_zoo/demos/python_demos/action_recognition/action_recognition_demo/models.py", line 82, in __init__&lt;BR /&gt;&amp;gt; &amp;nbsp; &amp;nbsp;self.exec_net = self.plugin.load(self.net, num_requests=num_requests)&lt;BR /&gt;&amp;gt; &amp;nbsp;File "ie_api.pyx", line 395, in openvino.inference_engine.ie_api.IEPlugin.load&lt;BR /&gt;&amp;gt; &amp;nbsp;File "ie_api.pyx", line 406, in openvino.inference_engine.ie_api.IEPlugin.load&lt;BR /&gt;&amp;gt;RuntimeError: [VPU] Cannot convert layer "420" due to unsupported layer type "GEMM"&lt;/P&gt;&lt;P&gt;I can see plugins have different level of supports for the frameworks and this is the result that MYRIAD plugin is not ready for it?&lt;/P&gt;&lt;P&gt;I can see how to customize plugin node in oPenVIno document, but I am not sure if the above fis the case or how hard it would be make it run on Raspberry Pi.&lt;/P&gt;&lt;P&gt;Any suggestion on my step to be taken next?&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2019 09:25:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/action-recognition-python-sample-on-Raspberry-Pi/m-p/1154273#M12936</guid>
      <dc:creator>Matsuzawa__Takashi</dc:creator>
      <dc:date>2019-05-28T09:25:47Z</dc:date>
    </item>
    <item>
      <title>Dearest Matsuzawa, Takashi,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/action-recognition-python-sample-on-Raspberry-Pi/m-p/1154274#M12937</link>
      <description>&lt;P&gt;Dearest&amp;nbsp;Matsuzawa, Takashi,&lt;/P&gt;&lt;P&gt;You should not have to modify the demo.py code. The bug you're experiencing has been fixed in 2019R1.1. Please download the latest OpenVino release and give it another try.&lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;&lt;P&gt;Shubha&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2019 22:02:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/action-recognition-python-sample-on-Raspberry-Pi/m-p/1154274#M12937</guid>
      <dc:creator>Shubha_R_Intel</dc:creator>
      <dc:date>2019-05-28T22:02:04Z</dc:date>
    </item>
    <item>
      <title>&gt;Please download the latest</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/action-recognition-python-sample-on-Raspberry-Pi/m-p/1154275#M12938</link>
      <description>&lt;P&gt;Hello.&lt;BR /&gt;Thank you very much for that info.&lt;/P&gt;&lt;P&gt;&amp;gt;Please download the latest OpenVino release and give it another try.&lt;/P&gt;&lt;P&gt;Unfortunately I am currently trying raspberry pi version of the toolkit.&lt;BR /&gt;Which is from below, and I cannot find updated package there.&lt;/P&gt;&lt;P&gt;&amp;gt;https://docs.openvinotoolkit.org/latest/_docs_install_guides_installing_openvino_raspbian.html&lt;BR /&gt;&amp;gt;https://download.01.org/opencv/2019/openvinotoolkit/&lt;BR /&gt;&amp;gt;l_openvino_toolkit_raspbi_p_2019.1.094.tgz&amp;nbsp;&lt;/P&gt;&lt;P&gt;Probably no R_1.01 or R_1.1 releases are available to RPi version?&lt;/P&gt;&lt;P&gt;In case it is just copying some updated &amp;nbsp;files from R1.1 release package of the other targets, I would like to try it.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BTW, Looking into following link:&lt;/P&gt;&lt;P&gt;&amp;gt;https://software.intel.com/en-us/openvino-toolkit/choose-download&lt;/P&gt;&lt;P&gt;I only see following target options (no Raspberry pi)&lt;/P&gt;&lt;P&gt;- Windows&amp;nbsp;&lt;BR /&gt;- Linux&lt;BR /&gt;- Linux for FPGA&lt;BR /&gt;- macOS&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 07:08:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/action-recognition-python-sample-on-Raspberry-Pi/m-p/1154275#M12938</guid>
      <dc:creator>Matsuzawa__Takashi</dc:creator>
      <dc:date>2019-05-29T07:08:08Z</dc:date>
    </item>
    <item>
      <title>Dear Matsuzawa, Takashi,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/action-recognition-python-sample-on-Raspberry-Pi/m-p/1154276#M12939</link>
      <description>&lt;P&gt;Dear&amp;nbsp;Matsuzawa, Takashi,&lt;/P&gt;&lt;P&gt;I see the latest version of raspberry pi here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://download.01.org/opencv/2019/openvinotoolkit/"&gt;https://download.01.org/opencv/2019/openvinotoolkit/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Which I got from&amp;nbsp;&lt;A href="https://docs.openvinotoolkit.org/latest/_docs_install_guides_installing_openvino_raspbian.html#install-package"&gt;rpi install doc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Are you using that one ?&lt;/P&gt;&lt;P&gt;if you are using the latest and getting this error:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&amp;gt;RuntimeError: [VPU] Cannot convert layer "420" due to unsupported layer type "GEMM"&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Then that is a bug.&lt;/P&gt;&lt;P&gt;Let me know,&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shubha&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 23:03:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/action-recognition-python-sample-on-Raspberry-Pi/m-p/1154276#M12939</guid>
      <dc:creator>Shubha_R_Intel</dc:creator>
      <dc:date>2019-05-29T23:03:06Z</dc:date>
    </item>
    <item>
      <title>Hello.Yes, I think I am using</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/action-recognition-python-sample-on-Raspberry-Pi/m-p/1154277#M12940</link>
      <description>&lt;P&gt;Hello.&lt;BR /&gt;Yes, I think I am using this.&lt;/P&gt;&lt;P&gt;l_openvno_toolkit_raspbi_p_2019.1.094.tgz is the one I have downloaded on 4/12 from there, and the file there today is same file name and &amp;nbsp;same checksum.&lt;/P&gt;&lt;P&gt;For to be sure, I did run model_downloader/downloader.py so that I should be getting the latest model data.&lt;BR /&gt;But the result is the same.&lt;/P&gt;&lt;P&gt;As noted above, I tweaked demo.py so that it only use MYRIAD plugin (no CPU plugin) since it is the only plugin available on RPi.&lt;BR /&gt;It might be that some of the layers? supported by CPU plugin not (yet?) supported by MYRIAD plugin..?&lt;/P&gt;&lt;P&gt;Then I am not sure how it hard to for me to further tweak it to run on RPi.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2019 06:00:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/action-recognition-python-sample-on-Raspberry-Pi/m-p/1154277#M12940</guid>
      <dc:creator>Matsuzawa__Takashi</dc:creator>
      <dc:date>2019-05-30T06:00:17Z</dc:date>
    </item>
    <item>
      <title>Dear Matsuzawa, Takashi,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/action-recognition-python-sample-on-Raspberry-Pi/m-p/1154278#M12941</link>
      <description>&lt;P&gt;Dear&amp;nbsp;Matsuzawa, Takashi,&lt;/P&gt;&lt;P&gt;I believe this is a bug. I will file it on your behalf.&lt;/P&gt;&lt;P&gt;Sorry for all the trouble ! Thanks for using OpenVino,&lt;/P&gt;&lt;P&gt;Shubha&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2019 23:40:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/action-recognition-python-sample-on-Raspberry-Pi/m-p/1154278#M12941</guid>
      <dc:creator>Shubha_R_Intel</dc:creator>
      <dc:date>2019-06-05T23:40:58Z</dc:date>
    </item>
  </channel>
</rss>

