OpenVINO installation on Raspbian - usbboot.rules file issue

Solution 1:

I came across the same problem today while trying to get OpenVino installed on my Raspberry Pi 3. For some reason, the instructions on the website fail to mention that the install directory(which is the part that you have to edit manually in the setupvars.sh) should be the same folder as the files(ie. /home/pi/Downloads/inference_engine_vpu_arm/) or else the paths set in all the other scripts are wrong. Once this is set to the folder, all the rest of the scripts run perfectly.

Hope this helps!