RealSense 435i Python face recognition
Hi, who can know any project for face recognition on Python? I need create program where i can save face in database and detect it. Now i have all of it for 2D vision, but i need create program with 3D. I think firstly i need find 3D face dataset, then save massive(dict) with cloud point and then I need to figure out which side of face is looking at me.
Who how how i can do this problem?
-
Hi Leonidsmirnovv I hope that the link below will be helpful to you.
-
The pyimagesearch website has a face tutorial for Python, dlib and OpenCV that uses face landmarks trained on a dataset called iBug 300-W
Guide
https://www.pyimagesearch.com/2017/04/10/detect-eyes-nose-lips-jaw-dlib-opencv-python/
iBug 300-W dataset
https://ibug.doc.ic.ac.uk/resources/facial-point-annotations/
A list of free face datasets is also provided here:
https://lionbridge.ai/datasets/5-million-faces-top-15-free-image-datasets-for-facial-recognition/
Please sign in to leave a comment.
Comments
3 comments