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.
6404 Discussions

Run pedesetrian tracker demo use MYRIAD has some error message

Hung__Edwin
Beginner
302 Views

environment : ubuntu 16.04 

version : "l_openvino_toolkit_p_2019.1.144"

CPU : N4200

Run pedesetrian tracker demo use MYRIAD has some error message

It can run on CPU

./pedestrian_tracker_demo -i /home/asrock/inference_engine_samples_build/intel64/PexelsVideos1338590.mp4 -m_det /home/asrock/inference_engine_samples_build/intel64/persion-detection-retail-0013/FP16/person-detection-retail-0013.xml -d_det MYRIAD -m_reid /home/asrock/inference_engine_samples_build/intel64/person-reidentification-retail-0031/FP16/person-reidentification-retail-0031.xml -d_reid MYRIAD
InferenceEngine: 
    API version ............ 1.6
    Build .................. custom_releases/2019/R1.1_28dfbfdd28954c4dfd2f94403dd8dfc1f411038b
[ INFO ] Parsing input parameters
Loading plugin MYRIAD

    API version ............ 1.6
    Build .................. 23780
    Description ....... myriadPlugin
[ ERROR ] Failed to infer shapes for Reshape layer (mbox_conf1/out/conv/flat/reshape) with error: Invalid reshape mask (dim attribute): number of elements in input: [1,16320] and output: [1,16320,32758213790559855] mismatch

0 Kudos
1 Reply
HemanthKum_G_Intel
302 Views

Hi Edwin,

This is shape infer issue.

Either you can just remove that reshape from IR or refer the following documentation to update the shape in inference code -

 https://docs.openvinotoolkit.org/latest/_docs_IE_DG_ShapeInference.html

 

0 Kudos
Reply