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

Error message running the example on NCS2??

idata
Employee
722 Views
face-person-detection-retail-0002

 

`./object_detection_demo_ssd_async -i cam -m ../intel/computer_vision_sdk/deployment_tools/intel_models/face-person-detection-retail-0002/FP16/face-person-detection-retail-0002.xml -d MYRIAD

 

InferenceEngine:

 

API version ………… 1.4

 

Build ……………… 17328

 

[ INFO ] Parsing input parameters

 

[ INFO ] Reading input

 

[ INFO ] Loading plugin

 

API version ............ 1.4 Build .................. 17328 Description ....... myriadPlugin

 

[ INFO ] Loading network files

 

[ INFO ] Batch size is forced to 1.

 

[ INFO ] Checking that the inputs are as the demo expects

 

[ INFO ] Checking that the outputs are as the demo expects

 

[ ERROR ] This demo accepts networks having only one output`

 

landmarks-regression-retail-0009 & face-reidentification-retail-0071

 

`./smart_classroom_demo -i cam -m_act ../intel/computer_vision_sdk/deployment_tools/intel_models/person-detection-action-recognition-0003/FP32/person-detection-action-recognition-0003.xml -m_fd ../intel/computer_vision_sdk/deployment_tools/intel_models/face-detection-retail-0004/FP32/face-detection-retail-0004.xml -m_lm ../intel/computer_vision_sdk/deployment_tools/intel_models/landmarks-regression-retail-0009/FP16/landmarks-regression-retail-0009.xml -m_reid ../intel/computer_vision_sdk/deployment_tools/intel_models/face-reidentification-retail-0071/FP16/face-reidentification-retail-0071.xml -d_act CPU -d_fd CPU -d_lm MYRIAD -d_reid MYRIAD

 

InferenceEngine:

 

API version ………… 1.4

 

Build ……………… 17328

 

[ INFO ] Parsing input parameters

 

Reading video 'cam'

 

Loading plugin CPU

 

API version ............ 1.4 Build .................. lnx_20181004 Description ....... MKLDNNPlugin

 

Loading plugin MYRIAD

 

API version ............ 1.4 Build .................. 17328 Description ....... myriadPlugin

 

[ ERROR ] [NOT_FOUND] DYN_BATCH_ENABLED key does not exist

 

./smart_classroom_demo -i cam -m_act ../intel/computer_vision_sdk/deployment_tools/intel_models/person-detection-action-recognition-0003/FP32/person-detection-action-recognition-0003.xml -m_fd ../intel/computer_vision_sdk/deployment_tools/intel_models/face-detection-retail-0004/FP32/face-detection-retail-0004.xml -m_lm ../intel/computer_vision_sdk/deployment_tools/intel_models/landmarks-regression-retail-0009/FP32/landmarks-regression-retail-0009.xml -m_reid ../intel/computer_vision_sdk/deployment_tools/intel_models/face-reidentification-retail-0071/FP16/face-reidentification-retail-0071.xml -d_act CPU -d_fd CPU -d_lm CPU -d_reid MYRIAD

 

InferenceEngine:

 

API version ………… 1.4

 

Build ……………… 17328

 

[ INFO ] Parsing input parameters

 

Reading video 'cam'

 

Loading plugin CPU

 

API version ............ 1.4 Build .................. lnx_20181004 Description ....... MKLDNNPlugin

 

Loading plugin MYRIAD

 

API version ............ 1.4 Build .................. 17328 Description ....... myriadPlugin

 

[ ERROR ] [NOT_FOUND] DYN_BATCH_ENABLED key does not exist`

 

when all run with CPU,it can return result:

 

`./smart_classroom_demo -i cam -m_act ../intel/computer_vision_sdk/deployment_tools/intel_models/person-detection-action-recognition-0003/FP32/person-detection-action-recognition-0003.xml -m_fd ../intel/computer_vision_sdk/deployment_tools/intel_models/face-detection-retail-0004/FP32/face-detection-retail-0004.xml -m_lm ../intel/computer_vision_sdk/deployment_tools/intel_models/landmarks-regression-retail-0009/FP32/landmarks-regression-retail-0009.xml -m_reid ../intel/computer_vision_sdk/deployment_tools/intel_models/face-reidentification-retail-0071/FP32/face-reidentification-retail-0071.xml -d_act CPU -d_fd CPU -d_lm CPU -d_reid CPU

 

InferenceEngine:

 

API version ………… 1.4

 

Build ……………… 17328

 

[ INFO ] Parsing input parameters

 

Reading video 'cam'

 

Loading plugin CPU

 

API version ............ 1.4 Build .................. lnx_20181004 Description ....... MKLDNNPlugin

 

Warning: face reid gallery is empty!

 

** (smart_classroom_demo:12932): CRITICAL **: gst_app_src_end_of_stream: assertion 'GST_IS_APP_SRC (appsrc)' failed

 

Mean FPS: 3.62571

 

[ INFO ] Execution successful`

 

person-detection-retail-0001

 

when run with CPU:

 

`./object_detection_demo -i ../video/test_image/person4.bmp -m /home/lumi/intel/computer_vision_sdk/deployment_tools/intel_models/person-detection-retail-0001/FP32/person-detection-retail-0001.xml

 

[ INFO ] InferenceEngine:

 

API version ………… 1.4

 

Build ……………… 17328

 

Parsing input parameters

 

[ INFO ] Files were added: 1

 

[ INFO ] ../video/test_image/person4.bmp

 

[ INFO ] Loading plugin

 

API version ............ 1.4 Build .................. lnx_20181004 Description ....... MKLDNNPlugin

 

[ INFO ] Loading network files:

 

../intel/computer_vision_sdk/deployment_tools/intel_models/person-detection-retail-0001/FP32/person-detection-retail-0001.xml

 

../intel/computer_vision_sdk/deployment_tools/intel_models/person-detection-retail-0001/FP32/person-detection-retail-0001.bin

 

[ ERROR ] Can't find output layer named bbox_pred`
0 Kudos
0 Replies
Reply