How can I add additional images to a neural network such as AlexNet ?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello,
I am building a code which recognizes what I am placing in front of the camera.
I am using the neural network alexnet.
Nevertheless, I would like this pretrainned network to be able to identify other things then just the images already included in alexnet.
Here is the code I built and it works for recognizing any pictures already in Alexnet.
Is anyone know how can I therefore add some pictures to alexnet and so my code will be able to recognize them if I am placing them in front of my camera ?
Thank you very much in advance !!
0 commentaires
Réponses (1)
Srivardhan Gadila
le 13 Fév 2021
As per my understanding you want the the alexnet network to work on the object categories other than the 1000 object categories it is trained on. You can refer to Get Started with Transfer Learning & Transfer Learning Using AlexNet, replace the final layers accordingly and train the network on the original 1000 object categories plus the new object categories together.
0 commentaires
Voir également
Catégories
En savoir plus sur Image Data Workflows dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!