mirror of
https://github.com/serengil/deepface.git
synced 2025-06-06 11:35:21 +00:00
update: replace face detection weights with YOLOv11n-face
- Updated weights path to support YOLOv11n-face - Added integration for YOLOv11n-face model for improved face detection performance - Weights hosted at: https://github.com/akanametov/yolo-face
This commit is contained in:
parent
e73bdb8138
commit
3bd4589630
@ -13,10 +13,10 @@ from deepface.commons.logger import Logger
|
||||
logger = Logger()
|
||||
|
||||
# Model's weights paths
|
||||
WEIGHT_NAME = "yolov8n-face.pt"
|
||||
WEIGHT_NAME = "yolov11n-face.pt"
|
||||
|
||||
# Google Drive URL from repo (https://github.com/derronqi/yolov8-face) ~6MB
|
||||
WEIGHT_URL = "https://drive.google.com/uc?id=1qcr9DbgsX3ryrz2uU8w4Xm3cOrRywXqb"
|
||||
# Github download URL from repo (https://github.com/akanametov/yolo-face) ~5MB
|
||||
WEIGHT_URL = "https://github.com/akanametov/yolo-face/releases/download/v0.0.0/yolov11n-face.pt"
|
||||
|
||||
|
||||
class YoloClient(Detector):
|
||||
|
Loading…
x
Reference in New Issue
Block a user