Hi aditya,
I have converted the data to required format and I have learned how to use GPU and was able to build a model that can classify the image whether the image is cat/dog/horse.
Now, if I give a image having all the 3 classes, I need to predict the three classes along with their bounding boxes and probabilities.
Please look into this link for detailed explanation of the question
https://stackoverflow.com/questions/55438285/mobilenet-to-detect-multiple-classes-in-an-image-with-coordinates
In short
How to change the last layer in such a way that I can get the coordinates of the multiple classes of an image
Thanks in advance Aditya