<?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: install  tensorflow == 1.4.0 in Intel® Distribution of OpenVINO™ Toolkit</title>
    <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/install-tensorflow-1-4-0/m-p/632013#M248</link>
    <description>&lt;P&gt;long time no see, @jslawton &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is polite and a great article.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Thank you for introducing it to me.&lt;P&gt;&amp;nbsp;&lt;/P&gt;I had no idea to use the OLED module.&lt;P&gt;&amp;nbsp;&lt;/P&gt;It seems to be very good from the viewpoint of compactness and low power consumption.&lt;P&gt;&amp;nbsp;&lt;/P&gt;By the way, although the following link is RaspberryPi + motion analysis + object detection using Caffe base MobileNet-SSD, it is faster than the standard sample program of NC App Zoo.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/PINTO0309/MobileNet-SSD"&gt;https://github.com/PINTO0309/MobileNet-SSD&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 08 Apr 2018 19:18:35 GMT</pubDate>
    <dc:creator>idata</dc:creator>
    <dc:date>2018-04-08T19:18:35Z</dc:date>
    <item>
      <title>install  tensorflow == 1.4.0</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/install-tensorflow-1-4-0/m-p/631998#M233</link>
      <description>&lt;P&gt;Tried the following on a raspberrypi3  to obtain a full SDK installation&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;1) installed ubunuMate. Result   Release: 16.04.4 LTS code: xenial  installed  without complaint&lt;P&gt;&amp;nbsp;&lt;/P&gt;2) ran script to a)&lt;P&gt;&amp;nbsp;&lt;/P&gt;git clone &lt;A href="https://github.com/movidius/ncsdk"&gt;https://github.com/movidius/ncsdk&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;b)&lt;P&gt;&amp;nbsp;&lt;/P&gt;sudo make install&lt;P&gt;&amp;nbsp;&lt;/P&gt;3)  Errors reported as follows:&lt;P&gt;&amp;nbsp;&lt;/P&gt;No matching distribution found for tensorflow==1.4.0&lt;P&gt;&amp;nbsp;&lt;/P&gt;You are using pip version 8.1.1 however version 9.0.1 is available&lt;P&gt;&amp;nbsp;&lt;/P&gt;4)pip -V returns 9.0.1&lt;P&gt;&amp;nbsp;&lt;/P&gt;pip2 -V returns 9.0.1&lt;P&gt;&amp;nbsp;&lt;/P&gt;pip 3 -V returns 8.1.1&lt;P&gt;&amp;nbsp;&lt;/P&gt;Presumably pip3 is executing. Any help to resolve this appreciated. I tried several apt get install methods to update pip2 and pip3&lt;P&gt;&amp;nbsp;&lt;/P&gt;5) Movidius environment spec mentions 64 bit machines. My Rasperrypi3 is 64 bit&lt;P&gt;&amp;nbsp;&lt;/P&gt;but does the Ubuntu installation run in 64 bitmode and does this matter?&lt;P&gt;&amp;nbsp;&lt;/P&gt;6) Can I build the ncsdk on  a 32bit intel pc or must it be a 64 bit pc running Ubuntu  (which flavour?)</description>
      <pubDate>Fri, 16 Mar 2018 18:04:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/install-tensorflow-1-4-0/m-p/631998#M233</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-03-16T18:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: install  tensorflow == 1.4.0</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/install-tensorflow-1-4-0/m-p/631999#M234</link>
      <description>&lt;P&gt;Hi Again. I tried a clean cdrom install on an old intel32bit with Ubuntu16.04 and proceeded with the ncsdk as before. Result exactly the same error as per my attempt above using the Rasperrypi3 setup.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;32/64 bit problem?  Further clarification very much appreciated!</description>
      <pubDate>Sat, 17 Mar 2018 03:01:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/install-tensorflow-1-4-0/m-p/631999#M234</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-03-17T03:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: install  tensorflow == 1.4.0</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/install-tensorflow-1-4-0/m-p/632000#M235</link>
      <description>&lt;P&gt;Hello, @jslawton&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Updating pip.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;CODE&gt;wget https://bootstrap.pypa.io/get-pip.py&lt;/CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;CODE&gt;sudo python3 get-pip.py&lt;/CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;CODE&gt;sudo reboot&lt;/CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;CODE&gt;sudo python2 get-pip.py&lt;/CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;CODE&gt;sudo reboot&lt;/CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Install Tensorflow 1.4.0.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;CODE&gt;wget https://github.com/lhelontra/tensorflow-on-arm/releases/download/v1.4.0/tensorflow-1.4.0-cp35-none-linux_armv7l.whl&lt;/CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;CODE&gt;sudo pip3 install tensorflow-1.4.0-cp35-none-linux_armv7l.whl&lt;/CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;CODE&gt;sudo reboot&lt;/CODE&gt;</description>
      <pubDate>Sat, 17 Mar 2018 07:11:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/install-tensorflow-1-4-0/m-p/632000#M235</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-03-17T07:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: install  tensorflow == 1.4.0</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/install-tensorflow-1-4-0/m-p/632001#M236</link>
      <description>&lt;P&gt;Hi Pinto&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Thank you for your help. Tensorflow is now installed and the  'sudo make install' has proceeded  OK after detecting the tensorflow installation. Note I needed to execute sudo with the -H flag as suggested by the install process. Many thanks</description>
      <pubDate>Sat, 17 Mar 2018 18:56:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/install-tensorflow-1-4-0/m-p/632001#M236</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-03-17T18:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: install  tensorflow == 1.4.0</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/install-tensorflow-1-4-0/m-p/632002#M237</link>
      <description>&lt;P&gt;Hi . The Raspberyrpi3 Ubuntu 16.04 did not finish the ncsdk make install. It reached the Caffee Build and hangs with the memory usage showing 100% ( and of course noswap file available!).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;1)  I guess this means the complete install cannot be achieved on Raspberrypi3 without a hard disk to provide  a swap file support.&lt;P&gt;&amp;nbsp;&lt;/P&gt;2) I retried the install method on my old intel32bit Ubuntu 16.04 machine and it fails as previously to find Tensorflow  == 1.4.0.&lt;P&gt;&amp;nbsp;&lt;/P&gt;Any help with a suitable Tensorflow install for intel32bit please.&lt;P&gt;&amp;nbsp;&lt;/P&gt;3) I have now installed installed Virtualbox on an ASUS I3 (intel64bit) Laptop running Windows10. &lt;P&gt;&amp;nbsp;&lt;/P&gt;Please can anyone recommend the correct Ubuntu 16.04  64Bit installation DVD iso as I can only find 64 bit releases for AMD devices.</description>
      <pubDate>Sun, 18 Mar 2018 21:28:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/install-tensorflow-1-4-0/m-p/632002#M237</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-03-18T21:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: install  tensorflow == 1.4.0</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/install-tensorflow-1-4-0/m-p/632003#M238</link>
      <description>&lt;P&gt;Hi, @jslawton&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think that setting up SWAP is essential.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;And at least 2GB.&lt;P&gt;&amp;nbsp;&lt;/P&gt;I'm sorry if I could not understand the meaning of the question.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;sudo apt install dphys-swapfile&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;CODE&gt;sudo reboot&lt;/CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;CODE&gt;sudo nano /etc/dphys-swapfile&lt;/CODE&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;CONF_SWAPSIZE=2048&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;sudo /etc/init.d/dphys-swapfile restart swapon -s&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;CODE&gt;free -h&lt;/CODE&gt;</description>
      <pubDate>Mon, 19 Mar 2018 05:03:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/install-tensorflow-1-4-0/m-p/632003#M238</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-03-19T05:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: install  tensorflow == 1.4.0</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/install-tensorflow-1-4-0/m-p/632004#M239</link>
      <description>&lt;P&gt;Hi again Pinto&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Thank you for  your observations on the necessity of having a SWAP file. I have taken your key point on board but was wary to allocate swapfile space on my USB memory stick because of its likely failure with repeated write cycles  as a flash memory device. I tried an old external USB drive and used instruction as per the  following appended reference.&lt;P&gt;&amp;nbsp;&lt;/P&gt;The result for 'sudo make install ' is 'Setup is complete'.&lt;P&gt;&amp;nbsp;&lt;/P&gt;Sorry I did not make my other points clear in my previous comment.&lt;P&gt;&amp;nbsp;&lt;/P&gt;To reiterate:&lt;P&gt;&amp;nbsp;&lt;/P&gt;1) The Raspberry Pi 3 cannot install  the NC SDK under Ubuntu 16.04 without a SWAP file. The SWAP file mechanism should ideally be implemented on an external (USB) hard disk.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) I have also tried to install the NCSDK under Ubuntu 16.04  on an old Intel 32bit base Unit. Even with your pip fix this still returned the original error &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;'No matching distribution found for tensorflow==1.4.0' &lt;P&gt;&amp;nbsp;&lt;/P&gt;and so I am curious to know where to locate the correct tensorflow distribution.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3) I am also trying to install the  NC SDK within  VirtualBox  on a Windows10 ASUS I3 64 bit environment. I cannot find an Ubuntu 16.04 (64Bit)   iso distribution.  There are distros  explicitly listed for AMD . Am I to infer they are inherently compatible with  Intel 64 bit cores?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Note. Since I understand my quad core 64bit Raspberry Pi3 is actually running in 32 bit mode under Ubuntu 16.04 and I now have the NC SDK installed perhaps the 64 bit concern ( implied in the overall Movidius laptop spec) is not an absolute requirement.&lt;P&gt;&amp;nbsp;&lt;/P&gt;Do hope this clarifies for you.&lt;P&gt;&amp;nbsp;&lt;/P&gt;Many thanks indeed for your help.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.digitalocean.com/community/tutorials/how-to-add-swap-space-on-ubuntu-16-04"&gt;https://www.digitalocean.com/community/tutorials/how-to-add-swap-space-on-ubuntu-16-04&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2018 00:12:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/install-tensorflow-1-4-0/m-p/632004#M239</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-03-20T00:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: install  tensorflow == 1.4.0</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/install-tensorflow-1-4-0/m-p/632005#M240</link>
      <description>&lt;P&gt;Hi, @jslawton&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the detailed explanation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;I understood the situation well.&lt;P&gt;&amp;nbsp;&lt;/P&gt;I will investigate. However, it may take time.</description>
      <pubDate>Tue, 20 Mar 2018 05:57:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/install-tensorflow-1-4-0/m-p/632005#M240</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-03-20T05:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: install  tensorflow == 1.4.0</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/install-tensorflow-1-4-0/m-p/632006#M241</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;  &lt;P&gt;3)There are distros explicitly listed for AMD . Am I to infer they are inherently compatible with Intel 64 bit cores?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Probably, there is almost no problem. The difference is a little.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;I am looking at it gradually between jobs, so please wait for other answers a bit.</description>
      <pubDate>Tue, 20 Mar 2018 06:11:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/install-tensorflow-1-4-0/m-p/632006#M241</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-03-20T06:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: install  tensorflow == 1.4.0</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/install-tensorflow-1-4-0/m-p/632007#M242</link>
      <description>&lt;P&gt;Hello, @jslawton &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry, the pip3 command I introduced for installing tensorflow1.4.0 was for the Arm architecture.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;About 2).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ubuntu 16.04 32bit/64bit&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;A href="https://www.tensorflow.org/install/install_linux#InstallingNativePip"&gt;https://www.tensorflow.org/install/install_linux#InstallingNativePip&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;$ sudo -H pip3 install --upgrade tensorflow     # for Python 3.n&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;or&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;CODE&gt;$ sudo -H pip3 install --upgrade tensorflow-gpu # for Python 3.n and GPU&lt;/CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or what about the following?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;
$ sudo -H pip3 install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.4.0-cp35-cp35m-linux_x86_64.whl
&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2018 10:19:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/install-tensorflow-1-4-0/m-p/632007#M242</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-03-20T10:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: install  tensorflow == 1.4.0</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/install-tensorflow-1-4-0/m-p/632008#M243</link>
      <description>&lt;P&gt;Hi Pinto &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Re point 3) and your reply. &lt;P&gt;&amp;nbsp;&lt;/P&gt;I have tried a Win10 VirtualBox Ubuntu 16.04 iso installation followed by the&lt;P&gt;&amp;nbsp;&lt;/P&gt;Movidius SDK installation.&lt;P&gt;&amp;nbsp;&lt;/P&gt; The make examples phase returned  error -7 failing to find USD device.&lt;P&gt;&amp;nbsp;&lt;/P&gt;I then installed the 'guest extensions' from Virtual &lt;A href="http://Box.org"&gt;Box.org&lt;/A&gt; to provide the USB filters. &lt;P&gt;&amp;nbsp;&lt;/P&gt;My mistake here was this install was out of the order prescribed in the Movidius Docs.&lt;P&gt;&amp;nbsp;&lt;/P&gt;The hello world app then failed to detect the Movidius Stick no matter how the device was selected from the Virtual Box menus. Neither lsusb or dmesg reported the Movidius device though the Virtual Box did annunciate the device and its serial number. A Movidius Loop Back device was also (sometimes) reported.&lt;P&gt;&amp;nbsp;&lt;/P&gt;Any thoughts on need to install 'guest extensions' directly after the   DVD iso install.&lt;P&gt;&amp;nbsp;&lt;/P&gt;Possibly install the latest version  of Virtual Box, 5.2.8 ? &lt;P&gt;&amp;nbsp;&lt;/P&gt;I installed the recommended &lt;A href="http://VirtualBox.org"&gt;VirtualBox.org&lt;/A&gt;  VitrualBox 5.1 build and the Extensions Pack listed for all platforms.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Re point 1) I tried The Raspberry Pi3, Ubuntu 16.04 with swap file on External harddrive. The installation  proceeded until&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;failing the Opencv installation that was specified by the make examples phase. I used a build opencv  from sources with contrib . This took several hours. After completion and again making examples  I rebooted with the Movidius stick installed. the hello world app confirmed the device working and dmesg reports the device presence.  I also intend to complete the Raspian Stretch installation with the SDK app on another 16MB SDcard.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Re point 2) I have abandoned the intel32bit installation as the  other two installations now look more promising.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you again for your help. Further comments appreciated&lt;/P&gt;</description>
      <pubDate>Fri, 23 Mar 2018 02:40:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/install-tensorflow-1-4-0/m-p/632008#M243</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-03-23T02:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: install  tensorflow == 1.4.0</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/install-tensorflow-1-4-0/m-p/632009#M244</link>
      <description>&lt;P&gt;Good morning. @jslawton&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think that England is late at night.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Installing OpenCV, it will take time and frustrating.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At raspberryPI + OpenCV, Express installation procedure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;A href="https://ncsforum.movidius.com/discussion/678/ncsdk-installation-improvements-we-want-your-feedback"&gt;https://ncsforum.movidius.com/discussion/678/ncsdk-installation-improvements-we-want-your-feedback&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;  &lt;P&gt;Neither lsusb or dmesg reported the Movidius device though the Virtual Box did annunciate the device and its serial number. A Movidius Loop Back device was also (sometimes) reported.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;  Unfortunately the same problem happens with 5.2.8.&lt;P&gt;&amp;nbsp;&lt;/P&gt;  I myself have encountered the same problem.&lt;P&gt;&amp;nbsp;&lt;/P&gt;  As for Virtulbox, exactly the same discussion &lt;P&gt;&amp;nbsp;&lt;/P&gt;   has occurred, how about seeing this?&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://ncsforum.movidius.com/discussion/684/problem-with-movidius-neural-compute-stick"&gt;https://ncsforum.movidius.com/discussion/684/problem-with-movidius-neural-compute-stick&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Mar 2018 05:47:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/install-tensorflow-1-4-0/m-p/632009#M244</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-03-23T05:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: install  tensorflow == 1.4.0</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/install-tensorflow-1-4-0/m-p/632010#M245</link>
      <description>&lt;P&gt;Good morning  Pinto ( in California?)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;After reading your reference above to neural compute stick problems I experimented with&lt;P&gt;&amp;nbsp;&lt;/P&gt;selecting TWO USB filters ( I do not understand why two ).&lt;P&gt;&amp;nbsp;&lt;/P&gt;With settings much as below I have now managed to have the hello world program work!&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Machine&amp;gt;Settings&amp;gt;USB&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;a) selected USB 3.0 (xHCI) Controller&lt;P&gt;&amp;nbsp;&lt;/P&gt;b) USB Device Filters Selected are:&lt;P&gt;&amp;nbsp;&lt;/P&gt;Movidius Ltd. Movidius MA2X5X [001]&lt;P&gt;&amp;nbsp;&lt;/P&gt;Movidius VSC LoopbackDevice [0100]&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Execution of the make run on the hello_ncs_app directory&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;returns: |ncs device working&lt;P&gt;&amp;nbsp;&lt;/P&gt;dmesg returns:&lt;P&gt;&amp;nbsp;&lt;/P&gt;Product: Movidius MA2X5X&lt;P&gt;&amp;nbsp;&lt;/P&gt;Manufacturer: Movidius Ltd.&lt;P&gt;&amp;nbsp;&lt;/P&gt;Serial Number: 03e72150&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you again for your help.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Mar 2018 23:17:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/install-tensorflow-1-4-0/m-p/632010#M245</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-03-23T23:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: install  tensorflow == 1.4.0</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/install-tensorflow-1-4-0/m-p/632011#M246</link>
      <description>&lt;P&gt;Congratulations! @jslawton &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It may be unnecessary information, but Tome_at_Intel tells why we need two filters.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;A href="https://ncsforum.movidius.com/discussion/comment/1870/#Comment_1870"&gt;https://ncsforum.movidius.com/discussion/comment/1870/#Comment_1870&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Japan is advanced by 9 hours by time difference.&lt;/P&gt;</description>
      <pubDate>Sat, 24 Mar 2018 04:56:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/install-tensorflow-1-4-0/m-p/632011#M246</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-03-24T04:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: install  tensorflow == 1.4.0</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/install-tensorflow-1-4-0/m-p/632012#M247</link>
      <description>&lt;P&gt;Successfully identified a Coffee Mug and an oscilloscope generally using the &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;first example pgm with very helpful walkthru as described via the link.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.rs-online.com/designspark/ai-powered-identification-with-the-pidentifier"&gt;https://www.rs-online.com/designspark/ai-powered-identification-with-the-pidentifier&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the help!&lt;/P&gt;</description>
      <pubDate>Sat, 07 Apr 2018 17:11:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/install-tensorflow-1-4-0/m-p/632012#M247</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-04-07T17:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: install  tensorflow == 1.4.0</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/install-tensorflow-1-4-0/m-p/632013#M248</link>
      <description>&lt;P&gt;long time no see, @jslawton &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is polite and a great article.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Thank you for introducing it to me.&lt;P&gt;&amp;nbsp;&lt;/P&gt;I had no idea to use the OLED module.&lt;P&gt;&amp;nbsp;&lt;/P&gt;It seems to be very good from the viewpoint of compactness and low power consumption.&lt;P&gt;&amp;nbsp;&lt;/P&gt;By the way, although the following link is RaspberryPi + motion analysis + object detection using Caffe base MobileNet-SSD, it is faster than the standard sample program of NC App Zoo.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/PINTO0309/MobileNet-SSD"&gt;https://github.com/PINTO0309/MobileNet-SSD&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 08 Apr 2018 19:18:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/install-tensorflow-1-4-0/m-p/632013#M248</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-04-08T19:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: install  tensorflow == 1.4.0</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/install-tensorflow-1-4-0/m-p/632014#M249</link>
      <description>&lt;P&gt;Thank you for the link. Jaw dropping! I have been reading  S.Haykin and C.Bishop and  realise I have a 'some way' to go with my studies/learning before I can harvest all the insites from that work!&lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2018 00:35:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/install-tensorflow-1-4-0/m-p/632014#M249</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-04-10T00:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: install  tensorflow == 1.4.0</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/install-tensorflow-1-4-0/m-p/632015#M250</link>
      <description>&lt;P&gt;Thank you very much for post on Tensorflow. It's very simple to understand and start with Tensorflow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;A href="https://onclick360.com/install-tensorflow/" target="_self"&gt;Install Tensorflow on windows&lt;/A&gt;</description>
      <pubDate>Mon, 09 Jul 2018 19:29:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/install-tensorflow-1-4-0/m-p/632015#M250</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-07-09T19:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: install  tensorflow == 1.4.0</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/install-tensorflow-1-4-0/m-p/632016#M251</link>
      <description>&lt;P&gt;Thanks, man. Recently I came across the following quote:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Data Science produces insights&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Machine Learning produces predictions&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;A href="https://www.artificialintelligenceinindia.com/artificial-intelligence-job-opportunities-world-wide/" target="_self"&gt;Artificial Intelligence&lt;/A&gt; produces actions</description>
      <pubDate>Wed, 21 Nov 2018 15:33:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/install-tensorflow-1-4-0/m-p/632016#M251</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-11-21T15:33:16Z</dc:date>
    </item>
  </channel>
</rss>

