- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page