Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.
6392 Discussions

[Error 9] Argument Error: Network weight cannot be found. Problem using mvNCCompile.

idata
Employee
772 Views

I am trying to use the mcNCCompile to produce a graph file. In command line, I send:

 

mvNCCompile /home/on-board/Desktop/yoloNCS/tiny-yolo.prototxt -w/home/on-board/Desktop/yoloNCS -s 12

 

The terminal returns:

 

mvNCCompile v02.00, Copyright @ Movidius Ltd 2016

 

[Error 9] Argument Error: Network weight cannot be found.

 

How can I fix this?

0 Kudos
2 Replies
idata
Employee
419 Views

@ivynuochen

 

Perhaps, there is no file name.

 

example)

 

$ mvNCCompile /home/on-board/Desktop/yoloNCS/tiny-yolo.prototxt -w /home/on-board/Desktop/yoloNCS/tiny-yolo.caffemodel -s 12
0 Kudos
idata
Employee
419 Views

You are right haha

0 Kudos
Reply