MATLAB: Does the current onnx version support the export of object detection networks, such as the Yolov2 network(export to yolov2.onnx)

deep learningDeep Learning Toolbox

Does the current onnx version support the export of object detection networks(use exportONNXNetwork function), such as the Yolov2 network(export to yolov2.onnx)? It seems that only support 'classification' ,'regression','pixelclassification' layer type network…

Best Answer

upcoming release R2020a will support exporting YOLO v2 object detectors to ONNX.
For R2019b, refers to the link below to check which layers are supported to export to ONNX.
Related Question