MATLAB: What is the difference between rcnnStopSigns.mat and stopSigns in the function load(‘rcnn​StopSigns.​mat’, ‘stopSigns’, ‘layers’) of trainRCNNObjectDetector. https://in​.mathworks​.com/help/​vision/ref​/trainrcnn​objectdete​ctor.html.

'layers') of trainrcnnobjectdetector. https://in.mathworks.com/help/vision/ref/trainrcnnobjectdetector.html.'stopsigns'what is the difference between rcnnstopsigns.mat and stopsigns in the function load('rcnnstopsigns.mat'

what is the difference between rcnnStopSigns.mat and stopSigns in the function load('rcnnStopSigns.mat', 'stopSigns', 'layers') of trainRCNNObjectDetector. https://in.mathworks.com/help/vision/ref/trainrcnnobjectdetector.html.

Best Answer

That line of code loads a variable named stopSigns (and a variable named layers) from a MAT-file named rcnnStopSigns.mat. The variable is stored inside the MAT-file.