VGGVox icon indicating copy to clipboard operation
VGGVox copied to clipboard

Get true label for the class

Open SwapnilBorse123 opened this issue 6 years ago • 0 comments

How do we get the true label i.e. Celebrity Name after getting a class from this line of code in demo_vggvox_identif.m file.

fprintf('Score:%d\nClass:%d\n',score, class);

This will get me the class value this maximum probability. But how do I get the label from the class value? Thank you so much for all the help.

SwapnilBorse123 avatar Nov 28 '18 23:11 SwapnilBorse123