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.

Model Optimizer ERROR for YOLOv3

Deng__Fucheng
Beginner
4,714 Views

I tried to convert YOLOv3 model in OpenVINO R4 just following the official instructions.  It did not work. It shows the error:

List of operations that cannot be converted to IE IR

ERROR: Exp(3)

ERROR: detector/yolo-v3/Exp

ERROR: detector/yolo-v3/Exp_1

ERROR: detector/yolo-v3/Exp_2

part of the nodes was not translated to IE

did anyone convert YOLOv3 sucessfully?

0 Kudos
43 Replies
Shubha_R_Intel
Employee
350 Views

Dear Zheng, Rui,

Yolo v3 with SPP (Spatial Pyramid Pooling) is not supported in OpenVino. According to this stackoverflow article on yolo v3 versus yolo v3 spp the model structures are vastly different between the two.

However,  I have made a feature request to the OpenVino developers on your behalf.

Thanks,

Shubha

 

0 Kudos
Bansal__yash
Beginner
350 Views

Hi 

can you suggest me any way to download .xml and .bin files for open_model_zoo python model?

Actually I  use ./downloader and ./converter python scripts to download and convert it but there are files missing for (object_detection_yolo_v3 and segmentation_demos).

please, can you share those files with me?

 

0 Kudos
Reply