I googled some and the best I found was this from some matlab code:
[img_id, class_id, confidence, left, bottom, right, top]
in general, net.forward returns you the values from the specified output layer.
I googled some and the best I found was this from some matlab code:
[img_id, class_id, confidence, left, bottom, right, top]
in general, net.forward returns you the values from the specified output layer.