How can I add additional images to a neural network such as AlexNet ?

조회 수: 7 (최근 30일)
Apolline Gilles
Apolline Gilles 2021년 2월 10일
답변: Srivardhan Gadila 2021년 2월 13일
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 !!

답변 (1개)

Srivardhan Gadila
Srivardhan Gadila 2021년 2월 13일
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.

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by