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

Openvino Model Server client for person-vehicle-bike-detection-crossroad-yolov3-1020

gustavobsch
Beginner
858 Views

Hello comunity.

Has anyone figured out or know how to use this model in ovms?

I can get other models like mobilenet to work just fine using the jpeg_classification.py sample

The "person-vehicle-bike-detection-crossroad-yolov3-1020" loads fine on ovms however I don't know how I can unpack the results and label them once I get them from ovms. 

I could not find a sample in the example_client folder.

Can anyone provide a sample or point me in a direction?

Thanks

 

0 Kudos
1 Solution
Vladimir_Dudnik
Employee
842 Views

Hello, the model person-vehicle-bike-detection-crossroad-yolov3-1020 comes from Open Model Zoo, so it may make sense to take a look at Open Model Zoo for model description and corresponding demo application (we do provide demos for almost all Open Model Zoo models, whether it is intel pre-trained or public pre-trained model).

View solution in original post

0 Kudos
3 Replies
Vladimir_Dudnik
Employee
843 Views

Hello, the model person-vehicle-bike-detection-crossroad-yolov3-1020 comes from Open Model Zoo, so it may make sense to take a look at Open Model Zoo for model description and corresponding demo application (we do provide demos for almost all Open Model Zoo models, whether it is intel pre-trained or public pre-trained model).

0 Kudos
gustavobsch
Beginner
833 Views

Thank you. I used the functions in 'object_detection_demo_yolov3_async.py' now I can parse de results from the server model.

Thanks again 

0 Kudos
Zulkifli_Intel
Moderator
691 Views

Hello,


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,

Zulkifli


0 Kudos
Reply