serengil / deepface

A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python
https://www.youtube.com/watch?v=WnUVYQP4h44&list=PLsS_1RYmYQQFdWqxQggXHynP1rqaYXv_E&index=1
MIT License
10.85k stars 1.91k forks source link

[DOC]: YOLOv8 model #1237

Closed sank96 closed 1 month ago

sank96 commented 1 month ago

Suggested Changes

in the code i can see yolov8 support https://github.com/serengil/deepface/blob/0833da1a4f1392a99aee163b7185fae8bed42519/deepface/detectors/Yolo.py#L13 But can you share more information? why are you downloading the weights from a gdrive folder and not from the official repo? is it a custom model? if yes cna you share more info about the training?

Additional Info

No response

serengil commented 1 month ago

In both readme and Yolo.py, repo of reference model is mentioned: https://github.com/derronqi/yolov8-face

You can find more information in that repo