rockkingjy / yoloNCS

YOLO object detector for Movidius Neural Compute Stick (NCS)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YOLO for Intel/Movidius Neural Compute Stick (NCS)

Download Pretrained Caffe Models to ./weights/

Compilation

  • Compile .prototxt and corresponding .caffemodel (with the same name) to get NCS graph file:
mvNCCompile prototxt/yolo_tiny_deploy.prototxt -w weights/yolo_tiny.caffemodel -s 12
  • The compiled binary file "graph" has to be in main folder after this step.

Single Image Script

  • Run
python3 py_examples/yolo_example.py dog.jpg

Camera Input Script

  • Run
python3 py_examples/object_detection_app.py
  • Press "q" to exit app.

About

YOLO object detector for Movidius Neural Compute Stick (NCS)


Languages

Language:Python 100.0%