Skip to content

chanakya-vc/YOLO2_NCS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YOLOv2 for Intel/Movidius Neural Compute Stick (NCS)

Step 1. Compile Python Wrapper

make clean make

Step 2. Convert Caffe to NCS

mvNCCompile ./models/caffemodels/yoloV2Tiny20.prototxt -w ./models/caffemodels/yoloV2Tiny20.caffemodel -s 12

Step 3. Run tests

python3 ./detectionExample/Main.py --video /dev/video0

/dev/video0 is the webacam, please change accordingly to the camera you attach.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors