gudovskiy / yoloNCS

YOLO object detector for Movidius Neural Compute Stick (NCS)
MIT License
181 stars 78 forks source link

Example typo/error #3

Closed apiszcz closed 7 years ago

apiszcz commented 7 years ago

mvNCCompile prototxt/yolo_tiny_deploy.prototxt -w weights/yolo_tiny_deploy.caffemodel -s 12

EIther one needs to change the name of the weight file or use this name for downloaded weight file.

mvNCCompile prototxt/yolo_tiny_deploy.prototxt -w weights/yolo_tiny.caffemodel -s 12

gudovskiy commented 7 years ago

@apiszcz true.