+ 11
How to detect object in image ?
5 Respuestas
+ 4
In my opinion, this is the place to start image ml with python.
https://www.pyimagesearch.com/about/
+ 7
I want to create AI that detect object in images like there is dog in image So my AI detect that it is dog
+ 7
Louis thanks you
+ 3
you could do the machine learning tutorial, which is now open (was only for pro). The neural networks section identifies hand written digits: same principles, easier start than dogs!
I would do the data science tutorial before: there is some overlap.
+ 1
You will need large number images and also the label associated with it...you might have to annotate the images labels manually to create the data set....once you have the labelled data set you can train the neural network model like CNN, RNN ...which can output the image label based on the image correctly