Face recognition in images and video with Python
pyimagesearch.com
Face recognition in images and video with Python
1–10 of 29 posts
Re: Face recognition in images and video with Python
#2I did something simple here awhile back with a CFFI wrapper for OpenCV.
http://tech.magnetic.com/2015/11/real-time-facial-recognitio...
Re: Face recognition in images and video with Python
#3Nice. I did something simple here awhile back with a CFFI wrapper for OpenCV. http://tech.magnetic.com/2015/11/real-time-facial-recognitio...
Re: Face recognition in images and video with Python
#4Re: Face recognition in images and video with Python
#5Re: Face recognition in images and video with Python
#6Can it track eye movements? A cheap eye tracker would be awesome so all the window's i'm looking at are in focus.
https://www.pyimagesearch.com/2017/04/03/facial-landmarks-dl...
And then techniques to localize the center of the eye:
http://thume.ca/projects/2012/11/04/simple-accurate-eye-cent...
Re: Face recognition in images and video with Python
#7https://github.com/leblancfg/autocrop
Pyimagesearch is a great repository of everything OpenCV related, great to see them on the front page.
Re: Face recognition in images and video with Python
#8Re: Face recognition in images and video with Python
#9Re: Face recognition in images and video with Python
#10I haven't done the legwork myself yet, but would this be an appropriate project to check out for this? (As for identifying my cat I've been thinking about alternative solutions such as rfid necklace or something but it is quickly getting past 'quick hack').