How to export trained Faster RCNN to another hardware platform
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Alberto Tellaeche
el 19 de Oct. de 2019
Comentada: Abdussalam Elhanashi
el 12 de Feb. de 2020
Hello all,
I have used MATLAB with the deep learning toolbox to train my own Faster RCNN object detector.
Either if I use a predefined CNN (squeezenet for example) or my designed CNN, I want to export the trained Faster RCNN to use it on other embedded platforms.
exportONNXNetwork gives errors with Faster RCNN architectures no matter the CNN used.
How can I export my work to use it in another HW? I have worked many hours and now I can not deploy my design !!
Thank you all in advance,
Alberto
3 comentarios
Ganesh Regoti
el 25 de Oct. de 2019
Hi Alberto,
It seemed to work fine for me for the following network. I am able to export the network to ONNX format.
Could you send your network (ResultsFasterRCNN_squeezenet.mat) ?
Respuestas (3)
Alberto Tellaeche
el 25 de Oct. de 2019
1 comentario
Ganesh Regoti
el 25 de Oct. de 2019
Hi,
The attached .mat file is empty. Can you please cross-verify and attach the correct file.
Ganesh Regoti
el 4 de Nov. de 2019
Hi Alberto,
I have tried it on the latest version of MATLAB R2019b and it worked fine for me.
1. Try updating / re-installing to the latest version of MATLAB R2019b.
2. Try re-installing the Deep Learning Toolbox.
Hope this helps!
1 comentario
Abdussalam Elhanashi
el 12 de Feb. de 2020
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!