Skip to content

brunokeymolen/movidius-inference-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YOLOv3 COCO Inference Web Service for Intel® Movidius NCS2

Intro

This project is made to run on a Raspberry Pi, though it should run on any linux device that has OpenVINO and NCS2 support.

Dependencies

coco.names
wget https://raw.githubusercontent.com/pjreddie/darknet/master/data/coco.names

frozen_darknet_yolov3_model.xml
frozen_darknet_yolov3_model.bin

YOLOv3 Darknet model (trained on coco dataset) in IR format for Intel Movidius.
original models: https://pjreddie.com/darknet/yolo/

Tutorial to convert models to Intel Movidius IR http://www.keymolen.com/2020/04/run-yolov3-on-raspberry-pi-with-intel.html

Run

python3 movidius-inference-server.py

About

YoloV3 Intel Movidius NCS2 Inference server for Rasperry Pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published