Does the current onnx version support the export of object detection networks, such as the Yolov2 network(export to yolov2.onnx)?
조회 수: 3 (최근 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!