"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
2019-3-6
0 个投票
it s matlab version. 2018a doesn t support this function
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 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!