Image Recognition and Python Part 10

preview_player
Показать описание
This is the tenth video to my image recognition basics series. Image recognition can be used for all sorts of things like facial recognition, identifying what is in pictures, character recognition, and more.

Рекомендации по теме
Комментарии
Автор

Amazing tutorial! Thanks for taking the time, you both explained amazingly and made me laugh!

haydecitaaa
Автор

Excellent series - gave me great ideas. It was really fun and easy - Thank you :)

gaspiman
Автор

Thanks, I had a lot of fun making it too.

sentdex
Автор

really good tutorials... awesome learning and I like the way you explain everything... Thank you

nitinsharmaful
Автор

Is it normal that I have to divide by 7 the x[eachThing] to get realistic values? This is what I have normally: Counter({7: 3201, 4: 3124, 3: 3069, 9: 2904, 1: 2805, 5: 2695, 6: 2651, 0: 2596, 2: 2585, 8: 2387})

marcelozevallos
Автор

Thank you.
What is the easiest way to split an image into multiple images for each object in the picture ?
For example, if the image includes cat, dog, house, the output shall be 3 images of dog, cat & image

sharontal
Автор

Thanks for this tutorial. It really helped me setting off dabbling around with python image recognition. I'd use things like pickle or json instead of the custom text file and a bit more numpy magic since some of the constructs you use (like the threshhold function) didn't work out of the box with the current numpy.

Yamavu
Автор

+sentdex how come i get "list index out of range" error when I pasted the code from your website? Output gives only 42 times "1" . Using python 3.6 64bit

oOoLOLoOo
Автор

what is difference between major ticker and minor ticker?

Shubham-nyce
Автор

what size did you use for the pixels to draw an image because it never guesses the image correctly and I had a feeling it was to do with the alignment, so I wanted to make the image smaller. What size did you use?

gautampradeep
Автор

+sentdex Hello ! I would've liked a some advice or any suggestions that you might have for a small project that I am currently working on. I am using a Kinect sensor in order to recognize doors, and door numbers into a building. I am using linux and programming it with python. Any ideas or suggestions that you think it would be helpful to successfully accomplish this project would be helpful!! Thank you so much!

eneashallas
Автор

hi sentdex once again I need your help, I have face created an face recognition system using opencv. But I face some problem when I predicting the face. I am using cv2.lbphClassifier for predicting faces some time it give higher confidence value for an unauthorized person. can you help me. what is the logic for calculating the confidence value?

digvijaysingh
Автор

Is it possible to change this from Numbers to Letters in a simple way?

kiNgToMoDo
Автор

You said that you would use pillow not pil for the tutorial, but you used pil. Why?

apocalypticcubing
Автор

Thanks for this tutorial, really helpfull for my final project.

mr.epzilonzero
Автор

Awesome tutorial !!!! Thanks a ton !!!

udayakumar
Автор

I am just wondering how did you create the handwriting image, I tried using photoshop with 8x8px but it didnt work, it gave error on the threshold eachPix[2] = 255
IndexError: index 2 is out of bounds for axis 0 with size 2

reaganks
Автор

how to detect real-time sign detection i mean with the camera

vinodbattini
Автор

Great Tutorial enjoyed it, can you show us how to use Different Classifiers for complex image arrays

zeesh_ali
Автор

will this code work for handwritten alphabet

akashkarki