+ 1
Facial Recognition
My problem is such I am using Python and face_recognition. My goal is - Locate all the images in a photo(done) - Draw a box around these faces(done) - Search photo for a specific person (done) - Highlight specific person with a different color box and annotation (having hard time with this part) All in same page of code ANY Suggestions?
3 Answers
0
Thanks these tutorials are great for learning OpenCV however my question lied with using Face_Recognition