I would ask if you have a ready yolov4 demo for face detection & recognition together?

i would ask if you have a ready yolov4 demo for face detection & recognition together?
it is better with a python QT5 GUI to manage own data…

Hi,

We have YOLOv4 example and face detection example.
However, we don’t have a face detection example using YOLOv4 model.

Thanks.

i finished yolov4 model already. i will try this face detection.
and do you have face recognition for next step after detection face?

thanks.

Hi,

We don’t have a pretrained face recognition model.
But you can finetune our classifier based on your dataset.

https://github.com/dusty-nv/jetson-inference/blob/master/docs/imagenet-console-2.md

Or you can check the face recognition feature with dlib:

Thanks.

thanks, i finished face_recognition.