Can yolov9 be used for face recognition?

#1
by xxXWarMachineRoXxx - opened
  • I wanted to implement a door access solution using yolov9
  • Currently, I am using deepface ( VGG-Face) and can recognise faces
  • But I want the model to recognise people even when they are not facing the camera or are looking away from it.
Owner

I'd recommend you ask this question on the official GitHub repo: https://github.com/WongKinYiu/yolov9. There may also be more suitable facial recognition models out there (usable without fine-tuning).

Owner

Looks like there's already been some work on this! https://github.com/spacewalk01/yolov9-face-detection

image.png

face detection is another thing, but face recognition is another.
Thanks anyway! @Xenova

  • What if the camera is looking from top and or from the back?
  • I'll be using the model on a raspberry pi/arduino,esp32 or just maybe a jetson (if I am really convinced)

if the solution you provided works, would it detect faces in different orientations and then extract landmarks and then compare them to known faces?

Sign up or log in to comment