Hi,
I'm trying to compile an available OpenVino nn <asl-recognition-0004>.
I installed the depthai_demo. That demo works with the provided nn's.
I created a new folder <asl-recognition-0004> under resources/nn that contains model.yml file with content:
https://raw.githubusercontent.com/openvinotoolkit/open_model_zoo/master/models/intel/asl-recognition-0004/model.yml
When I try to run the depthai_demo for this new nn, I get a fail message. I have no clue what it's trying to say, or what I have to do to make it work:
{"exit_code":1,"message":"Command failed with exit code 1, command: /opt/intel/openvino2020_1/deployment_tools/inference_engine/lib/intel64/myriad_compile -m /tmp/blobconverter/a3e50085c775442bb213f041a1852fea/asl-recognition-0004.xml -o /tmp/blobconverter/a3e50085c775442bb213f041a1852fea/asl-recognition-0004.blob -ip U8 -VPU_MYRIAD_PLATFORM VPU_MYRIAD_2480 -VPU_NUMBER_OF_SHAVES 14 -VPU_NUMBER_OF_CMX_SLICES 14","stderr":"Cannot create ShapeOf layer 755/Shape id:522\n","stdout":"Inference Engine: \n\tAPI version ............ 2.1\n\tBuild .................. 37988\n\tDescription ....... API\n"}
Please, help :-)