Skip to content

Commit

Permalink
Add Movidius installation script.
Browse files Browse the repository at this point in the history
Signed-off-by: Bofu Chen (bafu) <bofu@dt42.io>
  • Loading branch information
bafu committed Dec 9, 2017
1 parent d3ec0d1 commit 09fb6f0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions utils/install-movidius.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash
# Install Movidius neural compute stick dependencies.

sudo apt update
sudo apt install -y ncsdk python-mvnc python3-mvnc inception-movidius
sudo cp inference/classify_movidius_server.py /usr/local/berrynet/inference/
sudo cp systemd/classify_movidius_server.service /etc/systemd/system/

0 comments on commit 09fb6f0

Please sign in to comment.