How do I export a faster RCNN detector, so that I can use it in python ?

2 Ansichten (letzte 30 Tage)
Abdullah
Abdullah am 22 Apr. 2019
Kommentiert: babak Abad am 23 Okt. 2019
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?

Antworten (1)

awezmm
awezmm am 1 Aug. 2019
You can try using the exportONNXNetwork framework:https://www.mathworks.com/help/deeplearning/ref/exportonnxnetwork.html
  1 Kommentar
babak Abad
babak Abad am 23 Okt. 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

Melden Sie sich an, um zu kommentieren.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by