<?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: Problem using Movidius stick with ncsdk2 on Ubuntu 16.04 in Intel® Distribution of OpenVINO™ Toolkit</title>
    <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Problem-using-Movidius-stick-with-ncsdk2-on-Ubuntu-16-04/m-p/650787#M2089</link>
    <description>&lt;P&gt;Same, same &lt;/P&gt;</description>
    <pubDate>Fri, 22 Jun 2018 08:11:29 GMT</pubDate>
    <dc:creator>idata</dc:creator>
    <dc:date>2018-06-22T08:11:29Z</dc:date>
    <item>
      <title>Problem using Movidius stick with ncsdk2 on Ubuntu 16.04</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Problem-using-Movidius-stick-with-ncsdk2-on-Ubuntu-16-04/m-p/650785#M2087</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;I'm trying to use movidius, using NCSDK2 on Ubuntu 16.04.&lt;P&gt;&amp;nbsp;&lt;/P&gt;I have successfully performed:&lt;P&gt;&amp;nbsp;&lt;/P&gt;_git clone -b ncsdk2 &lt;A href="https://github.com/movidius/ncsdk.git_"&gt;https://github.com/movidius/ncsdk.git_&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;_make install_&lt;P&gt;&amp;nbsp;&lt;/P&gt;_make run_  (python example)&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately when I try:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;_make examples_ then it fails with&lt;P&gt;&amp;nbsp;&lt;/P&gt;making compile&lt;P&gt;&amp;nbsp;&lt;/P&gt;mvNCCompile -w bvlc_googlenet.caffemodel -s 12 deploy.prototxt&lt;P&gt;&amp;nbsp;&lt;/P&gt;Makefile:80: recipe for target 'compile' failed&lt;P&gt;&amp;nbsp;&lt;/P&gt;make[4]: *** [compile] Illegal instruction (core dumped)&lt;P&gt;&amp;nbsp;&lt;/P&gt;make[4]: Leaving directory '/home/jan/opensource/ncsdk/examples/caffe/GoogLeNet'&lt;P&gt;&amp;nbsp;&lt;/P&gt;cp: cannot stat '../../caffe/GoogLeNet/graph': No such file or directory&lt;P&gt;&amp;nbsp;&lt;/P&gt;Makefile:9: recipe for target 'googlenet' failed&lt;P&gt;&amp;nbsp;&lt;/P&gt;make[3]: *** [googlenet] Error 1&lt;P&gt;&amp;nbsp;&lt;/P&gt;make[3]: Leaving directory '/home/jan/opensource/ncsdk/examples/apps/multistick_cpp'&lt;P&gt;&amp;nbsp;&lt;/P&gt;Makefile:13: recipe for target 'multistick_cpp/.' failed&lt;P&gt;&amp;nbsp;&lt;/P&gt;make[2]: *** [multistick_cpp/.] Error 2&lt;P&gt;&amp;nbsp;&lt;/P&gt;make[2]: Leaving directory '/home/jan/opensource/ncsdk/examples/apps'&lt;P&gt;&amp;nbsp;&lt;/P&gt;Makefile:12: recipe for target 'apps/.' failed&lt;P&gt;&amp;nbsp;&lt;/P&gt;make[1]: *** [apps/.] Error 2&lt;P&gt;&amp;nbsp;&lt;/P&gt;make[1]: Leaving directory '/home/jan/opensource/ncsdk/examples'&lt;P&gt;&amp;nbsp;&lt;/P&gt;Makefile:57: recipe for target 'examples' failed&lt;P&gt;&amp;nbsp;&lt;/P&gt;make: *** [examples] Error 2&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when I try particularly caffe examples:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;_make compile_ then&lt;P&gt;&amp;nbsp;&lt;/P&gt;making compile&lt;P&gt;&amp;nbsp;&lt;/P&gt;mvNCCompile -w bvlc_alexnet.caffemodel -s 12 deploy.prototxt&lt;P&gt;&amp;nbsp;&lt;/P&gt;Makefile:79: recipe for target 'compile' failed&lt;P&gt;&amp;nbsp;&lt;/P&gt;make[1]: *** [compile] Illegal instruction (core dumped)&lt;P&gt;&amp;nbsp;&lt;/P&gt;make[1]: Leaving directory '/home/jan/opensource/ncsdk/examples/caffe/AlexNet'&lt;P&gt;&amp;nbsp;&lt;/P&gt;Makefile:12: recipe for target 'AlexNet' failed&lt;P&gt;&amp;nbsp;&lt;/P&gt;make: *** [AlexNet] Error 2&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when I try tensorflow examples:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;_make compile_ then&lt;P&gt;&amp;nbsp;&lt;/P&gt;Illegal instruction (core dumped)&lt;P&gt;&amp;nbsp;&lt;/P&gt;Makefile:39: recipe for target 'weights' failed&lt;P&gt;&amp;nbsp;&lt;/P&gt;make[1]: *** [weights] Error 132&lt;P&gt;&amp;nbsp;&lt;/P&gt;make[1]: Leaving directory '/home/jan/opensource/ncsdk/examples/tensorflow/inception_v3'&lt;P&gt;&amp;nbsp;&lt;/P&gt;Makefile:12: recipe for target 'inception_v3/.' failed&lt;P&gt;&amp;nbsp;&lt;/P&gt;make: *** [inception_v3/.] Error 2</description>
      <pubDate>Wed, 20 Jun 2018 02:55:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Problem-using-Movidius-stick-with-ncsdk2-on-Ubuntu-16-04/m-p/650785#M2087</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-06-20T02:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using Movidius stick with ncsdk2 on Ubuntu 16.04</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Problem-using-Movidius-stick-with-ncsdk2-on-Ubuntu-16-04/m-p/650786#M2088</link>
      <description>&lt;P&gt;I've also tried to reinstall NCSDK several times, unfortunately that did not help. &lt;/P&gt;</description>
      <pubDate>Wed, 20 Jun 2018 12:49:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Problem-using-Movidius-stick-with-ncsdk2-on-Ubuntu-16-04/m-p/650786#M2088</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-06-20T12:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using Movidius stick with ncsdk2 on Ubuntu 16.04</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Problem-using-Movidius-stick-with-ncsdk2-on-Ubuntu-16-04/m-p/650787#M2089</link>
      <description>&lt;P&gt;Same, same &lt;/P&gt;</description>
      <pubDate>Fri, 22 Jun 2018 08:11:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Problem-using-Movidius-stick-with-ncsdk2-on-Ubuntu-16-04/m-p/650787#M2089</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-06-22T08:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using Movidius stick with ncsdk2 on Ubuntu 16.04</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Problem-using-Movidius-stick-with-ncsdk2-on-Ubuntu-16-04/m-p/650788#M2090</link>
      <description>&lt;P&gt;Did you enabled http_proxy and https_proxy ?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jun 2018 09:42:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Problem-using-Movidius-stick-with-ncsdk2-on-Ubuntu-16-04/m-p/650788#M2090</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-06-22T09:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using Movidius stick with ncsdk2 on Ubuntu 16.04</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Problem-using-Movidius-stick-with-ncsdk2-on-Ubuntu-16-04/m-p/650789#M2091</link>
      <description>&lt;P&gt;I'm not sure? How do I find out?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I'm able to install various packages via apt-get or pip, so I assume that NCSDK does not need any other specific http_proxy setting.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jun 2018 18:54:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Problem-using-Movidius-stick-with-ncsdk2-on-Ubuntu-16-04/m-p/650789#M2091</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-06-25T18:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using Movidius stick with ncsdk2 on Ubuntu 16.04</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Problem-using-Movidius-stick-with-ncsdk2-on-Ubuntu-16-04/m-p/650790#M2092</link>
      <description>&lt;P&gt;&lt;CODE&gt;env&lt;/CODE&gt; to see the environment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I guess the problem is that you didn't download model from google. so the compile can't finish. For me it because the GFW, so I used proxy.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;type &lt;CODE&gt;export http_proxy=xxx.xxx.xxx.xxx:pppp&lt;/CODE&gt; to set proxy, which xxx.xxx.xxx.xxx stands for proxy ip, and pppp stands for port&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If use https, then export https_proxy instead.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jun 2018 13:40:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Problem-using-Movidius-stick-with-ncsdk2-on-Ubuntu-16-04/m-p/650790#M2092</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-06-26T13:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using Movidius stick with ncsdk2 on Ubuntu 16.04</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Problem-using-Movidius-stick-with-ncsdk2-on-Ubuntu-16-04/m-p/650791#M2093</link>
      <description>&lt;P&gt;I'm in the same boat - have tried everything - uninstalling, reinstalling. Running on an Up Squared board with the PCI-E Movidius card. It was previously working with the older version of NCSDK, but after upgrading to 2.0, I'm hosed.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 00:27:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Problem-using-Movidius-stick-with-ncsdk2-on-Ubuntu-16-04/m-p/650791#M2093</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-08-29T00:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using Movidius stick with ncsdk2 on Ubuntu 16.04</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Problem-using-Movidius-stick-with-ncsdk2-on-Ubuntu-16-04/m-p/650792#M2094</link>
      <description>&lt;P&gt;@jharrispfp Just want to clarify, none of the examples are working for you? Can you post a log of the error you're seeing and which applications you've tried to use that are not working? Thanks. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In case you have some bad installation files, you can redownload the ncsdk version 2.05 (I assume you're using NCSDK version 2.05). You can redownload the ncsdk using &lt;CODE&gt;wget https://ncs-forum-uploads.s3.amazonaws.com/ncsdk/ncsdk-02_05_00_02-full/ncsdk-2.05.00.02.tar.gz&lt;/CODE&gt;. &lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 03:10:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Problem-using-Movidius-stick-with-ncsdk2-on-Ubuntu-16-04/m-p/650792#M2094</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-08-29T03:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using Movidius stick with ncsdk2 on Ubuntu 16.04</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Problem-using-Movidius-stick-with-ncsdk2-on-Ubuntu-16-04/m-p/650793#M2095</link>
      <description>&lt;P&gt;I got the same error on raspberry pi.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;I had v 1.12 before, everything was working great. To upgrade I uninstalled current version:&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;CODE&gt;make uninstall&lt;/CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;And then tried&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;CODE&gt;
wget https://ncs-forum-uploads.s3.amazonaws.com/ncsdk/ncsdk-02_05_00_02-full/ncsdk-2.05.00.02.tar.gz
tar xvf ncsdk-2.05.00.02.tar.gz
cd ncsdk-2.05.00.02
make install&lt;/CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;worked without errors. &lt;P&gt;&amp;nbsp;&lt;/P&gt;But after &lt;CODE&gt;make examples&lt;/CODE&gt; I got this error that was described above. &lt;P&gt;&amp;nbsp;&lt;/P&gt;And &lt;CODE&gt;make run&lt;/CODE&gt; in each example folder - same error&lt;P&gt;&amp;nbsp;&lt;/P&gt;And none of the examples are working except &lt;CODE&gt;hello_ncs.py&lt;/CODE&gt;</description>
      <pubDate>Fri, 21 Sep 2018 23:25:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Problem-using-Movidius-stick-with-ncsdk2-on-Ubuntu-16-04/m-p/650793#M2095</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-09-21T23:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using Movidius stick with ncsdk2 on Ubuntu 16.04</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Problem-using-Movidius-stick-with-ncsdk2-on-Ubuntu-16-04/m-p/650794#M2096</link>
      <description>&lt;P&gt;I have the same error! &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;I could not put the examples to run.&lt;P&gt;&amp;nbsp;&lt;/P&gt;What is the problem?&lt;P&gt;&amp;nbsp;&lt;/P&gt;Could be the problem with the version 2.05.00.02?&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I installed and reinstalled many times. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Please help us !!!</description>
      <pubDate>Sun, 07 Oct 2018 01:20:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Problem-using-Movidius-stick-with-ncsdk2-on-Ubuntu-16-04/m-p/650794#M2096</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-10-07T01:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using Movidius stick with ncsdk2 on Ubuntu 16.04</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Problem-using-Movidius-stick-with-ncsdk2-on-Ubuntu-16-04/m-p/650795#M2097</link>
      <description>&lt;P&gt;@rafaelmr @Evgen &lt;CODE&gt;make examples&lt;/CODE&gt; runs the &lt;CODE&gt;install_opencv.sh&lt;/CODE&gt; script and then proceeds to build all of the examples. You can skip the &lt;CODE&gt;make examples&lt;/CODE&gt; step if it is causing issues while building the samples.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Make sure you open a new terminal window after installing the NCSDK to set the new PYTHONPATH environment variable before running &lt;CODE&gt;make examples&lt;/CODE&gt; or manually running the &lt;CODE&gt;install_opencv.sh&lt;/CODE&gt; script and doing a &lt;CODE&gt;make run&lt;/CODE&gt; in each of the NCSDK samples. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After installing NCSDK 2, you can also try cloning the NCAPPZOO using &lt;CODE&gt;git clone -b ncsdk2 https://github.com/movidius/ncappzoo&lt;/CODE&gt; and see if you can build the samples.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you get a make examples error, try going into one of the example folders and doing a &lt;CODE&gt;make clean&lt;/CODE&gt; and then a &lt;CODE&gt;make run&lt;/CODE&gt;. Also please post your error output so I can better provide support for your issue. Thanks. &lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2018 00:10:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Problem-using-Movidius-stick-with-ncsdk2-on-Ubuntu-16-04/m-p/650795#M2097</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-10-10T00:10:42Z</dc:date>
    </item>
  </channel>
</rss>

