Skip to content

AI Host Installation

wb666greene edited this page May 26, 2018 · 7 revisions

AI Host Software Installation

  1. Setup a Raspberry Pi3 (B+ preferred) following the instructions here:

    https://www.pyimagesearch.com/2018/02/12/getting-started-with-the-intel-movidius-neural-compute-stick/

  2. Download the tutorial sample code to get the complied Movidius graph. (It'd be nice if I could get permission to redistribute this graph file here to make things simpler)

    https://www.pyimagesearch.com/2018/02/19/real-time-object-detection-on-the-raspberry-pi-with-the-movidius-ncs/

  3. Download my AI_detection.py script from here and place it in the same sub-directory as the Movidius sample script and graph directory.

  4. Start node-red and configure to run on startup on the AI Host (need to flesh out as the details of this is mysterious to many people)

  5. Install node-red-contrib-ftp-server

  6. Download and install my ftpToMovidius.formatted.json from here. Open it in a text editor and copy the entire contents to the clipboard.

  7. Connect to the node-red web server on the AI host form any Chrome or Chromium browser

Clone this wiki locally