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

2 ビュー (過去 30 日間)
Abdullah
Abdullah 2019 年 4 月 22 日
コメント済み: babak Abad 2019 年 10 月 23 日
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 件のコメント
Brae Petersen
Brae Petersen 2019 年 8 月 1 日
Hey! Did you ever figure out the best way to do this?

サインインしてコメントする。

回答 (1 件)

awezmm
awezmm 2019 年 8 月 1 日
You can try using the exportONNXNetwork framework:https://www.mathworks.com/help/deeplearning/ref/exportonnxnetwork.html
  1 件のコメント
babak Abad
babak Abad 2019 年 10 月 23 日
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

サインインしてコメントする。

Community Treasure Hunt

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

Start Hunting!

Translated by