How do I export a faster RCNN detector, so that I can use it in python ?
Mostrar comentarios más antiguos
I have trained a faster RCNN detector in MATLAB. It works well in MATLAB environment. I want to use this detector in a python code. Is it possible to export this detector?
1 comentario
Brae Petersen
el 1 de Ag. de 2019
Hey! Did you ever figure out the best way to do this?
Respuestas (1)
awezmm
el 1 de Ag. de 2019
0 votos
You can try using the exportONNXNetwork framework:https://www.mathworks.com/help/deeplearning/ref/exportonnxnetwork.html
1 comentario
babak Abad
el 23 de Oct. de 2019
currently, ONNX does not support faster RCNN. I think it can not because of svm in this architure. It seems yolo be a good alternative option
Categorías
Más información sobre Object Detection en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!