MATLAB: Recognize Multiple Object in same image AlexNet

alexnetdigital image processingImage Processing Toolboxmachine learningobjects recognition

Can we Reconize Multiple Objects in same image using AlexNet?
See the Imagemultip.jpg

Best Answer

I think R-CNN (semantic segmentation) can be used for recognizing multiple objects and AlexNet cannot be used for that purpose directly. Maybe, AlexNet can be utilized in R-CNN.
Please refer them. I found them with the keywords "Alexnet, R-CNN".
Related Question