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

How do I run the NCS2 with the Pedestrian Tracker Demo?

RVall10
Beginner
601 Views

When I try to run with the NCS2 I get this error:

API Version .........1.5

Build ......................19154

Description ...myriadPlugin

[ERROR] [NOT FOUND] DYN_BATCH_ENABLED key does not exist

 

NCS2 runs fine on the Interactive Face Detection Demo.

0 Kudos
3 Replies
Sahira_Intel
Moderator
295 Views

Hi Ron,

A couple questions for you:

  1. What version of OpenVINO are you using?
  2. Can you provide more information about your system: What OS you're running on, etc.
  3. What model did you use with the Pedestrian Tracker Demo?
  4. What command did you use to convert the model to IR format?

 

Best Regards,

Sahira

 

0 Kudos
RVall10
Beginner
295 Views

Hello Sahira,

 

I am using OpenVINO version R5.0.1 for Windows on a Core i5-7440HQ Dell laptop with 16GB of memory running Win10 ver 1803.

 

I’m using the models provided with the demo, so I did not convert them. Here are the run commands:

 

The first run using the GPU works fine. The second using the MYRIAD fails.

 

pedestrian_tracker_demo -i .\cr_video\poe2O.mp4 -m_det \Intel\computer_vision_sdk_2018.5.456\deployment_tools\intel_models\person-detection-retail-0013\FP32\person-detection-retail-0013.xml -d_det GPU -m_reid \Intel\computer_vision_sdk_2018.5.456\deployment_tools\intel_models\person-reidentification-retail-0031\FP32\person-reidentification-retail-0031.xml -d_reid GPU

InferenceEngine:

       API version ............ 1.4

       Build .................. 19154

[ INFO ] Parsing input parameters

Loading plugin GPU

 

       API version ............ 1.5

       Build .................. 19154

       Description ....... clDNNPlugin

[ INFO ] Execution successful

 

pedestrian_tracker_demo -i .\cr_video\poe2O.mp4 -m_det \Intel\computer_vision_sdk_2018.5.456\deployment_tools\intel_models\person-detection-retail-0013\FP16\person-detection-retail-0013.xml -d_det MYRIAD -m_reid \Intel\computer_vision_sdk_2018.5.456\deployment_tools\intel_models\person-reidentification-retail-0031\FP32\person-reidentification-retail-0031.xml -d_reid GPU

InferenceEngine:

       API version ............ 1.4

       Build .................. 19154

[ INFO ] Parsing input parameters

Loading plugin MYRIAD

 

       API version ............ 1.5

       Build .................. 19154

       Description ....... myriadPlugin

[ ERROR ] [NOT_FOUND] DYN_BATCH_ENABLED key does not exist

 

 

Thank you for your help with this issue.

 

Ron

0 Kudos
Sahira_Intel
Moderator
295 Views

Hi,

Please update to the latest version of OpenVINO: R5.0.1 https://software.intel.com/en-us/openvino-toolkit/choose-download/free-download-windows and try running the sample again.

 

Best Regards,

Sahira

0 Kudos
Reply