MATLAB: What is the ‘scores’ output argument in the ‘detect’ function using R-CNN Deep Learning Detector

Computer Vision Toolboxdetectscoressoftmax

What is the 'scores' output argument in the 'detect' function using R-CNN Deep Learning Detector?

Best Answer

The scores value for the detected object is computed as the maximum value of network's softmax layer.
The equation for the softmax operation is described here: