ydwen / opensphere

A hyperspherical face recognition library based on PyTorch
https://opensphere.world/
MIT License
269 stars 29 forks source link

How to do face recognition? #30

Open rslim97 opened 8 months ago

rslim97 commented 8 months ago

Hi Author, I am new to computer vision and particularly to face detection and recognition. I wonder if there is any example of implementation in using yolo to detect faces and use the cropped bounding box to infer and recognize a face in a crowd? What do I need to do to get started?

rslim97 commented 8 months ago

I plan to extract the detected faces in an image using yolo and compute the face embeddings and then do classification/recognition using something like contrastive loss ? is this workflow normally used?