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

조회 수: 1 (최근 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개)

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