"Create Faster R-CNN Object Detection Network"

boxRegressionLayers = [
fullyConnectedLayer(numOutputs,'Name','rcnnBoxFC')
rcnnBoxRegressionLayer('Name','rcnnBoxDeltas')
];
%%why the matlab "Undefined functions or variables 'rcnnBoxRegressionLayer'"

답변 (2개)

lu Des
lu Des 2019년 3월 6일

0 개 추천

it s matlab version. 2018a doesn t support this function
Jue Jue Than Tun
Jue Jue Than Tun 2019년 8월 18일
편집: Jue Jue Than Tun 2019년 8월 18일

0 개 추천

I had this problem too. You may find 'rcnnBoxRegressionLayer' function in your installed computer version toolbox. But it doesn't work.
I don't know what version you used. When I faced this problem, I'm using R2018a.
I solved this problem by using new version of matlab ,R2019a. Try this :).

카테고리

도움말 센터File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

질문:

2018년 9월 14일

편집:

2019년 8월 18일

Community Treasure Hunt

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

Start Hunting!

Translated by