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.

YOLO on Openvino

Chakraborty__Subhasi
1 322 Visites

I was able to convert the yolo model and cfg files to IR through the steps that are documented in the newest release of OpenVino. But i couldn't find a sample that will help me run the converted IR files. I have tried the sample end2end_video_analytics_ie sample but is giving a error. Could you please help me out of the situation.

 

 

0 Compliments
4 Réponses
nikos1
Précieux contributeur I
1 322 Visites

What errors are you getting? Also are your running on CPU or GPU device? If CPU try the GPU device ( -d GPU ).

I modified the object_detection_demo_ssd_async sample and I can run tiny YOLO v2 without any errors on the GPU device but had errors on the CPU device.

0 Compliments
Chakraborty__Subhasi
1 322 Visites

Nikos wrote:

What errors are you getting? Also are your running on CPU or GPU device? If CPU try the GPU device ( -d GPU ).

I modified the object_detection_demo_ssd_async sample and I can run tiny YOLO v2 without any errors on the GPU device but had errors on the CPU device.

Could you please share the source code as mentioned in the above comment

0 Compliments
Kamarol__Amalina
Débutant
1 322 Visites

Nikos wrote:

What errors are you getting? Also are your running on CPU or GPU device? If CPU try the GPU device ( -d GPU ).

I modified the object_detection_demo_ssd_async sample and I can run tiny YOLO v2 without any errors on the GPU device but had errors on the CPU device.

 

Would you mind sharing the modifications you made to run YOLOv2? Thanks

0 Compliments
Severine_H_Intel
Employé
1 322 Visites

Dear Amalina, 

look at this thread for getting more info about Yolo and Inference Engine samples: https://software.intel.com/en-us/forums/computer-vision/topic/785534

OpenVINO does not have a sample adapted for running Yolo, you need to modify one in order to support it.

Best, 

Severine

0 Compliments
Répondre