Merge pull request #1172 from serengil/feat-task-0704-yolo-detector

retired variable
This commit is contained in:
Sefik Ilkin Serengil 2024-04-07 09:49:56 +01:00 committed by GitHub
commit ec0b833569
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,10 +14,6 @@ PATH = "/.deepface/weights/yolov8n-face.pt"
# Google Drive URL from repo (https://github.com/derronqi/yolov8-face) ~6MB
WEIGHT_URL = "https://drive.google.com/uc?id=1qcr9DbgsX3ryrz2uU8w4Xm3cOrRywXqb"
# Confidence thresholds for landmarks detection
# used in alignment_procedure function
LANDMARKS_CONFIDENCE_THRESHOLD = 0.5
class YoloClient(Detector):
def __init__(self):