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

Running corssroad_camera_demo has no detection frame

STATEABC
Novice
599 Views

I am running crossroad_camera_demo,

 

According to its readme, there are two main detection networks responsible for detecting people:
person-vehicle-bike-detection-crossroad-0078
person-vehicle-bike-detection-crossroad-1016

 

When I use 0078 as the main detection network, if a person is detected, it will be framed on the image;
But when I use 1016 as the main detection network, no object will be framed

 

And I added the -r parameter to display the inference results, according to the inference results, people are detected.

How should I solve this problem?

 

Any help would be greatly appreciated, thank you!

0 Kudos
1 Solution
Peh_Intel
Moderator
524 Views

Hi STATEABC,


For your information, the default value for parameter -person_label is 1, which is for the person-vehicle-bike-detection-crossroad-0078 model.


Hence, for the demo to work correctly, the command line parameter -person_label 2 should be added for the person-vehicle-bike-detection-crossroad-1016 model.



Regards,

Peh


View solution in original post

0 Kudos
2 Replies
Peh_Intel
Moderator
525 Views

Hi STATEABC,


For your information, the default value for parameter -person_label is 1, which is for the person-vehicle-bike-detection-crossroad-0078 model.


Hence, for the demo to work correctly, the command line parameter -person_label 2 should be added for the person-vehicle-bike-detection-crossroad-1016 model.



Regards,

Peh


0 Kudos
Peh_Intel
Moderator
391 Views

Hi STATEABC,


This thread will no longer be monitored since this issue has been resolved. If you need any additional information from Intel, please submit a new question.



Regards,

Peh


0 Kudos
Reply