Skip to content

eric612/YoloV2-MobileNet-NCS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YOLOv2 for Intel/Movidius Neural Compute Stick (NCS)

Reference

https://github.com/duangenquan/YoloV2NCS

How To Use

The following experiments are done on an Intel NUC with ubuntu 16.04.

Step 1. Compile Python Wrapper

make

Step 2. Convert Caffe to NCS

Download pre-trained caffmodel , save at location ./models/caffemodels/yolo.caffemodel

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

There will be a file graph generated as converted models for NCS.

Step 3. Run tests

python3 ./detectionExample/Main.py --image ./data/dog.jpg

This loads graph by default and results will be like this:

Training project

Caffe-YOLOv2-Windows

The result was not optimization , still trying now .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages