Layer of type yolo not supported, skipping ONNX node generation
When trying to convert yolov3 model to onnx, it reported the following error.
Then I downgraded onnx from 1.4.1 to 1.2.2. It worked.
The code is as follow
pip uninstall onnx
pip install onnx==1.2.2