Does the current onnx version support the export of object detection networks, such as the Yolov2 network(export to yolov2.onnx)?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
cui,xingxing
el 22 de Mayo de 2019
Comentada: cui,xingxing
el 4 de Abr. de 2020
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 comentarios
Respuesta aceptada
Kevin Chng
el 17 de Mzo. de 2020
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 comentarios
Más respuestas (1)
cui,xingxing
el 30 de Mzo. de 2020
2 comentarios
Kevin Chng
el 30 de Mzo. de 2020
Editada: Kevin Chng
el 30 de Mzo. de 2020
It is on roadmap I believe, but yolo3 ONNX conversion is not yet supported in R2020a.
Ver también
Categorías
Más información sobre Deep Learning Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!