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.

InferenceEngineException on raspberrypi 'Product of output shape dimensions does not match product of argument shape dimensions'

pchilders
Beginner
403 Views

When following the instructions on https://docs.openvinotoolkit.org/latest/_docs_install_guides_installing_openvino_raspbian.html I get the following errors.
I was able to test the NCS on Mac OS, so it seems to be related to the raspberry pi build.

pi@raspberrypi:~/build $ python3 openvino_fd_myrad.py 
terminate called after throwing an instance of 'InferenceEngine::details::InferenceEngineException'
  what():  conv4_3_0_norm_mbox_priorbox/naked_not_unsqueezed has zero dimension that is not allowable
Aborted

pi@raspberrypi:~/build $ python3 openvino_fd_myrad.py 
terminate called after throwing an instance of 'InferenceEngine::details::InferenceEngineException'
  what():  Check 'input_shape_product.get_length() == shape_size(m_output_shape)' failed at /teamcity/work/scoring_engine_build/releases_2020_2/ngraph/src/ngraph/op/reshape.cpp:100:
While validating node 'v0::Reshape Reshape_980(PriorBox_754[0]:f32{2,3231918080}) -> (dynamic?)':
Product of output shape dimensions does not match product of argument shape dimensions (output shape: Shape{1, 2, 3231918080}, argument shape: {2,3231918080}).

Any idea what is the error?

0 Kudos
1 Reply
RandallMan_B_Intel
403 Views

Hi, 

This issue is discussed in this thread.

Regards,

Randall

0 Kudos
Reply