Does the current onnx version support the export of object detection networks, such as the Yolov2 network(export to yolov2.onnx)?
2 ビュー (過去 30 日間)
古いコメントを表示
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...
0 件のコメント
採用された回答
Kevin Chng
2020 年 3 月 17 日
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.
0 件のコメント
その他の回答 (1 件)
cui,xingxing
2020 年 3 月 30 日
2 件のコメント
Kevin Chng
2020 年 3 月 30 日
編集済み: Kevin Chng
2020 年 3 月 30 日
It is on roadmap I believe, but yolo3 ONNX conversion is not yet supported in R2020a.
参考
カテゴリ
Help Center および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!