arunponnusamy / cvlib

A simple, high level, easy to use, open source Computer Vision library for Python.
http://arunponnusamy.com/cvlib/
MIT License
647 stars 127 forks source link

How to detect faces of a given persons ? #20

Open TechRova opened 5 years ago

TechRova commented 5 years ago

I want to find a face of given persons that are already fed using their face images

That is , if I gave a photo of obama and run a video (in videocapture) that contains Obama , then it have to draw a rectangle around the face and write a name tag in the rectange corner

I able to do this using face_recognation ilbrary but don't know how to do this using cvlib ?

arunponnusamy commented 5 years ago

Hi @TechRova , right now cvlib doesn't have functionality for face recognition. Probably will work on it in the future.