Skip to content

Contains examples for the Movidius Neural Compute Stick.

License

Notifications You must be signed in to change notification settings

JerryYCChang/ncappzoo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example code for the Movidius Neural Compute Stick.

See the LICENSE file for details of reuse and redistribution of repo files.

Create shell scripts in /usr/local/bin for easy access

sudo cat > /usr/local/bin/ncCompile

#! /bin/bash

python3 /home/[user]/workspace/mvncsdk/bin/mvNCCompile.pyc $*

"ctrl-d"

sudo cat > /usr/local/bin/ncProfile

#! /bin/bash

python3 /home/[user]/workspace/mvncsdk/bin/mvNCProfile.pyc $*

"ctrl-d"

sudo cat > /usr/local/bin/ncCheck

#! /bin/bash

python3 /home/[user]/workspace/mvncsdk/bin/mvNCCheck.pyc $*

"ctrl-d"

Make them executable

sudo chmod +x /usr/local/bin/ncCompile /usr/local/bin/ncProfile /usr/local/bin/ncCheck

About

Contains examples for the Movidius Neural Compute Stick.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 50.2%
  • Makefile 34.5%
  • C++ 12.5%
  • Other 2.8%