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……
Link Copied
@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.
For more complete information about compiler optimizations, see our Optimization Notice.