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.

list index out of range

idata
Employee
530 Views

the .meta file from the follow link:

 

https://github.com/ihere1/movidius-face

 

SDK v1: mvNCCompile model.metal -s 12

 

works normally and gets the graph file

 

but

 

SDK v2.05: mvNCCompile model.metal -s 12 -in onet/input -on onet/output

 

IndexError : list index out of range,

 

what happend……

0 Kudos
1 Reply
idata
Employee
253 Views

@zufeifei There were some unknown behavior with that model once the change was made from NCSDK 1 to NCSDK 2. The example was a community contribution and as such we did not have the source code for the model. This made it more difficult to pinpoint how this model was different from the working models. For now, to be able to run the model you will have to use NCSDK version 1.12.

0 Kudos
Reply