How to detect object in image ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 11

How to detect object in image ?

4th Jun 2020, 3:28 AM
Sagar Kushwaha
Sagar Kushwaha - avatar
5 Answers
+ 4
In my opinion, this is the place to start image ml with python. https://www.pyimagesearch.com/about/
4th Jun 2020, 4:31 AM
Louis
Louis - avatar
+ 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
4th Jun 2020, 4:24 AM
Sagar Kushwaha
Sagar Kushwaha - avatar
+ 7
Louis thanks you
4th Jun 2020, 4:33 AM
Sagar Kushwaha
Sagar Kushwaha - avatar
+ 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.
4th Jun 2020, 9:07 AM
bell
bell - avatar
+ 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
5th Jun 2020, 4:26 PM
Bishu Giri
Bishu Giri - avatar