"Create Faster R-CNN Object Detection Network"
Afficher commentaires plus anciens
boxRegressionLayers = [
fullyConnectedLayer(numOutputs,'Name','rcnnBoxFC')
rcnnBoxRegressionLayer('Name','rcnnBoxDeltas')
];
%%why the matlab "Undefined functions or variables 'rcnnBoxRegressionLayer'"
1 commentaire
SG
le 21 Sep 2018
Having the exact same problem. Any ideas?
Réponses (2)
lu Des
le 6 Mar 2019
0 votes
it s matlab version. 2018a doesn t support this function
Jue Jue Than Tun
le 18 Août 2019
Modifié(e) : Jue Jue Than Tun
le 18 Août 2019
0 votes
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 :).
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!