Predict classification of a set of images using googlenet
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Maria Pauline Capiroso
el 22 de Mayo de 2023
Respondida: Image Analyst
el 30 de Mayo de 2023
Hi! I want to classify seeds into four categories. With that, I trained a googlenet cnn. However, I would like to classify another set of images at once using the trained network I've made. Can anyone guide me on how to do it? Thank you so much!
0 comentarios
Respuestas (2)
Ranjeet
el 30 de Mayo de 2023
Assuming that another set of images belong to the four seed categories, then no extra work is required. The trained 'GoolgeNet' can be used.
If the images are from different class(es), then ‘GoogleNet’ can be fine-tuned with data from the new classes along with the four seed classes.
Following resource can be helpful –
2 comentarios
Ranjeet
el 30 de Mayo de 2023
You can use the following resource to create an image datastore with your set of images and classify at once.
The classification step is shown the Transfer Learning using Pretrained Network example in 'Classify Validation Images' part.
Also, you may refer to the following resource to create confusion matrix.
Ver también
Categorías
Más información sobre Deep Learning Toolbox en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!