This repository has been archived by the owner on Nov 11, 2023. It is now read-only.
ValueError: axes don't match array
when converting Yolov5s model
#115
Labels
YOLOv5
Read the README.
Issue Type
Bug
OS
Ubuntu
OS architecture
x86_64
Programming Language
Python
Framework
OpenVINO
Download URL for ONNX / OpenVINO IR
ONNX generated from Yolov5s with the export tool provided here: https://github.com/ultralytics/yolov5/blob/master/export.py
Convert Script
Description
ONNX is exported to OpenVINO by:
mo --input_model /path/to/my/yolov5s_best.onnx --output_dir ./openvino --data_type FP32
Then I use:
for TFLite conversion, where replace.json is:
Relevant Log Output
Source code for simple inference testing code
No response
The text was updated successfully, but these errors were encountered: