mantoone / yoloNCS

YOLO for Intel/Movidius Neural Compute Stick (NCS)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YOLO multiple object detector for Intel/Movidius Neural Compute Stick (NCS)

News

  • YOLOv1 Tiny is working.
  • YOLOv1 Small is not working.
  • YOLOv1 Full is not checked.

Protobuf Model files

./prototxt/

Download Pretrained Caffe Models

Usage

  • Compile .prototxt and corresponding .caffemodel (with the same name) to get NCS graph file. For example: "python3 ./mvNCCompile.pyc data/yolo_tiny_deploy.prototxt -s 12"
  • Copy graph file to ncapi/networks/YoloTiny/ etc.
  • Copy "./py_examples/yolo_example.py" into NCS ncapi/py_examples folder
  • Run "yolo_example.py" to process a single image. For example: "python3 yolo_example.py 1 ../images/dog.jpg"
  • You should get an image below:

About

YOLO for Intel/Movidius Neural Compute Stick (NCS)

License:MIT License


Languages

Language:Python 100.0%