Imported Net from Caffe Missing Classification Labels

1 visualización (últimos 30 días)
Miraç Gülgönül
Miraç Gülgönül el 12 de Sept. de 2019
Respondida: Shivam Sardana el 24 de Sept. de 2019
When I import a pre-trained Caffee net with importCaffeNetwork including the .prototxt and .caffemodel files and look at the last layer to see the classification labels it outputs:
ClassificationOutputLayer with properties:
Name: 'ClassificationOutput'
Classes: [class1 class2 class3 class4 class5 class6 class7]
OutputSize: 7
Hyperparameters
LossFunction: 'crossentropyex'
I would assume that these labels are included in the files, so why are they missing here?

Respuestas (1)

Shivam Sardana
Shivam Sardana el 24 de Sept. de 2019
There is a name-apir input 'Classes' argument which you can pass in importCaffeNetwork. You can refer to this documentation link for more detail:
Hope this help.

Categorías

Más información sobre Image Data Workflows en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2019a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by