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.

Data layer problem

Vurc
Beginner
303 Views

Hi,

I encounteredproblem when i tried to run provided example human-pose-estimation from python.

On cpu it works, but for MYRIAD it fails with following error

Following layers are not supported by the plugin for specified device MYRIAD: data

Data is the name of input layer and i tried changing it to something else but that also doesnt work.

Best regards. 

0 Kudos
3 Replies
Shubha_R_Intel
Employee
303 Views

Dear Vurc, I don't see human-pose-estimation as one of the Python samples. The Python samples are located in inference_engine\samples\python_samples and there is no human-pose-estimation in there.

0 Kudos
Vurc
Beginner
303 Views

Human-pose-estimation is not under python samples, but .pb and IR model are included inside intel_models folder. So it should be able to infer it with python api ?

Thanks,

Vurc.

0 Kudos
Shubha_R_Intel
Employee
303 Views

Vurc yes, you should be able to infer those with Python API. Can you kindly post your code here so that we may reproduce ?

0 Kudos
Reply