How to get in AlexNet multiple image labels, with their corresponding probability
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Jose Manuel Ramirez Leon
el 6 de Jun. de 2017
Respondida: Arnav Mendiratta
el 12 de Jun. de 2017
So, I am doing my Master's Thesis on the influence of super-resolution algorithms on the accuracy rate of image labeling by AlexNet. The problem is that, by using
[label, scores] = classify(net, 'image')
I only get one label, whereas I would like to get multiple labels, e.g., five, and their corresponding scores by AlexNet.
I do not know how to do it and would really be very thankful if anyone could give me, at least, a hint.
Thank you very much in advance :)
0 comentarios
Respuestas (1)
Arnav Mendiratta
el 12 de Jun. de 2017
I see that you got your answer from Stack Overflow community. All the best for your Master's thesis!
0 comentarios
Ver también
Categorías
Más información sobre Image Data Workflows en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!