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

ie.read_network() ,get a error-The sum of the dimensions on the axis(1) is not equal out_sizes: [32]

laily
Beginner
723 Views

当我尝试ie.read_network(model weights)时,出现错误“

openvino.inference_engine.ie_api.IECore.read_network中的文件“ ie_api.pyx”,第157行,运行时
错误:读取网络错误:验证层错误:检测器/ yolo-v4-tiny / split,类型:拆分。axis(1)上的尺寸总和不等于out_sizes:[32]

 分割  如下:

image.png

我不知道如何解决,将不胜感激。 

0 Kudos
1 Solution
Munesh_Intel
Moderator
700 Views

Hi Lucy,


YOLOv4-tiny model is not supported officially by OpenVINO. The relevant information about supported YOLO models is available at the following page:

https://docs.openvinotoolkit.org/2020.4/openvino_docs_MO_DG_prepare_model_convert_model_tf_specific_Convert_YOLO_From_Tensorflow.html


Regards,

Munesh


View solution in original post

0 Kudos
2 Replies
Munesh_Intel
Moderator
701 Views

Hi Lucy,


YOLOv4-tiny model is not supported officially by OpenVINO. The relevant information about supported YOLO models is available at the following page:

https://docs.openvinotoolkit.org/2020.4/openvino_docs_MO_DG_prepare_model_convert_model_tf_specific_Convert_YOLO_From_Tensorflow.html


Regards,

Munesh


0 Kudos
Munesh_Intel
Moderator
676 Views

Hi Lucy,

Intel will no longer monitor this thread since we have provided a solution. If you need any additional information from Intel, please submit a new question. 


Regards,

Munesh


0 Kudos
Reply