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?
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?
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?