<?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: Running tinyYolo on Intel NCS error in Intel® Distribution of OpenVINO™ Toolkit</title>
    <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Running-tinyYolo-on-Intel-NCS-error/m-p/710690#M6194</link>
    <description>&lt;P&gt;You are doing this on a raspberry? If you don't have the whole SDK toolit on the raspberry only the API you cannot compile and profile networks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;A href="https://movidius.github.io/blog/ncs-apps-on-rpi/"&gt;https://movidius.github.io/blog/ncs-apps-on-rpi/&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;First, you need a machine with Ubuntu 16 where you install the SDK toolkit, you can find the details in the ncsdk github readme.&lt;P&gt;&amp;nbsp;&lt;/P&gt;After you have compiled all the examples on this Ubuntu machine you can run the compiled graph files on the NCS even with a raspberry using the API.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you don't have a linux machine with Ubuntu, you can compile everything on a virtual machine and after that you can copy the graph files to the raspberry.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have installed the whole toolkit on the raspberry then you have some problem with the path to the installed caffe package.&lt;/P&gt;</description>
    <pubDate>Mon, 15 Jan 2018 20:59:05 GMT</pubDate>
    <dc:creator>idata</dc:creator>
    <dc:date>2018-01-15T20:59:05Z</dc:date>
    <item>
      <title>Running tinyYolo on Intel NCS error</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Running-tinyYolo-on-Intel-NCS-error/m-p/710687#M6191</link>
      <description>&lt;P&gt;Hi everyone !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am an undergrad student work who recently started out with intel NCS. I am trying to run TinyYolo on pi but an error as follows shows. I am also enclosing the paths (if that helps in any way)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;pi@raspberrypi:~/workspace/ncappzoo/caffe/TinyYolo $ python &lt;A href="http://run.py"&gt;run.py&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Running NCS Caffe TinyYolo example&lt;P&gt;&amp;nbsp;&lt;/P&gt;Traceback (most recent call last):&lt;P&gt;&amp;nbsp;&lt;/P&gt;  File "&lt;A href="http://run.py"&gt;run.py&lt;/A&gt;", line 302, in &lt;P&gt;&amp;nbsp;&lt;/P&gt;    sys.exit(main())&lt;P&gt;&amp;nbsp;&lt;/P&gt;  File "&lt;A href="http://run.py"&gt;run.py&lt;/A&gt;", line 268, in main&lt;P&gt;&amp;nbsp;&lt;/P&gt;    with open(tiny_yolo_graph_file, mode='rb') as f:&lt;P&gt;&amp;nbsp;&lt;/P&gt;IOError: [Errno 2] No such file or directory: './graph'&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any advice will be highly appreciated. Sorry if this is a very amateur problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Ali</description>
      <pubDate>Mon, 15 Jan 2018 17:17:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Running-tinyYolo-on-Intel-NCS-error/m-p/710687#M6191</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-01-15T17:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: Running tinyYolo on Intel NCS error</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Running-tinyYolo-on-Intel-NCS-error/m-p/710688#M6192</link>
      <description>&lt;P&gt;Have you compiled ncappzoo after cloning from git? The problem is that graph file cannot be found.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;You can see an example here:&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;A href="https://software.intel.com/en-us/articles/build-an-image-classifier-in-5-steps-on-the-intel-movidius-neural-compute-stick" target="_self"&gt;&lt;/A&gt;&lt;A href="https://software.intel.com/en-us/articles/build-an-image-classifier-in-5-steps-on-the-intel-movidius-neural-compute-stick"&gt;https://software.intel.com/en-us/articles/build-an-image-classifier-in-5-steps-on-the-intel-movidius-neural-compute-stick&lt;/A&gt;</description>
      <pubDate>Mon, 15 Jan 2018 18:12:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Running-tinyYolo-on-Intel-NCS-error/m-p/710688#M6192</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-01-15T18:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Running tinyYolo on Intel NCS error</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Running-tinyYolo-on-Intel-NCS-error/m-p/710689#M6193</link>
      <description>&lt;P&gt;I did but this shows up:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;**Traceback (most recent call last):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;  File "convert_mean.py", line 3, in &lt;P&gt;&amp;nbsp;&lt;/P&gt;    import caffe&lt;P&gt;&amp;nbsp;&lt;/P&gt;ImportError: No module named 'caffe'&lt;P&gt;&amp;nbsp;&lt;/P&gt;Makefile:5: recipe for target 'all' failed&lt;P&gt;&amp;nbsp;&lt;/P&gt;make[2]: *** [all] Error 1&lt;P&gt;&amp;nbsp;&lt;/P&gt;make[2]: Leaving directory '/home/pi/workspace/ncappzoo/data/age_gender'&lt;P&gt;&amp;nbsp;&lt;/P&gt;Makefile:17: recipe for target 'prereqs' failed&lt;P&gt;&amp;nbsp;&lt;/P&gt;make[1]: *** [prereqs] Error 2&lt;P&gt;&amp;nbsp;&lt;/P&gt;make[1]: Leaving directory '/home/pi/workspace/ncappzoo/caffe/GenderNet'&lt;P&gt;&amp;nbsp;&lt;/P&gt;Makefile:11: recipe for target 'gendernet' failed&lt;P&gt;&amp;nbsp;&lt;/P&gt;make: *** [gendernet] Error 2**&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please bear in mind that I am running this on raspberry pi 3 &lt;/P&gt;</description>
      <pubDate>Mon, 15 Jan 2018 20:30:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Running-tinyYolo-on-Intel-NCS-error/m-p/710689#M6193</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-01-15T20:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: Running tinyYolo on Intel NCS error</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Running-tinyYolo-on-Intel-NCS-error/m-p/710690#M6194</link>
      <description>&lt;P&gt;You are doing this on a raspberry? If you don't have the whole SDK toolit on the raspberry only the API you cannot compile and profile networks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;A href="https://movidius.github.io/blog/ncs-apps-on-rpi/"&gt;https://movidius.github.io/blog/ncs-apps-on-rpi/&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;First, you need a machine with Ubuntu 16 where you install the SDK toolkit, you can find the details in the ncsdk github readme.&lt;P&gt;&amp;nbsp;&lt;/P&gt;After you have compiled all the examples on this Ubuntu machine you can run the compiled graph files on the NCS even with a raspberry using the API.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you don't have a linux machine with Ubuntu, you can compile everything on a virtual machine and after that you can copy the graph files to the raspberry.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have installed the whole toolkit on the raspberry then you have some problem with the path to the installed caffe package.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jan 2018 20:59:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Running-tinyYolo-on-Intel-NCS-error/m-p/710690#M6194</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-01-15T20:59:05Z</dc:date>
    </item>
  </channel>
</rss>

