Closed Harishrelysys closed 5 years ago
What arguments did you pass to the demo?
It looks like you've selected the CPU device for one of the networks. CPU inference is only supported on x86.
Hi IRDonch, I am using below command to run the crossroad demo
./crossroad_camera_demo -i ~/OpenVino-Driver-Behaviour/data/video2.mp4 -m ~/model_zoo/person-vehicle-bike-detection-crossroad/person-vehicle-bike-detection-crossroad-0078.xml -m_pa ~/model_zoo/person-attributes-recognition-crossroad/person-attributes-recognition-crossroad-0200.xml -m_reid ~/model_zoo/person-reidentification-retail/person-reidentification-retail-0079.xml -d MYRIAD
As I thought, by not explicitly specifying a device for the PA and ReID models, you're telling the demo to run them on the CPU. You need to add -d_pa MYRIAD -d_reid MYRIAD
.
Thank you it's working fine now
Hi all, I am trying to use Intel NCS stick2 on my armv7 custom board.I am able to compile openvino dldt. When I try to run Crossroad camera demo I am getting below error
error: