mirror of
https://github.com/serengil/deepface.git
synced 2025-06-07 20:15:21 +00:00
Merge pull request #1172 from serengil/feat-task-0704-yolo-detector
retired variable
This commit is contained in:
commit
ec0b833569
@ -14,10 +14,6 @@ PATH = "/.deepface/weights/yolov8n-face.pt"
|
|||||||
# Google Drive URL from repo (https://github.com/derronqi/yolov8-face) ~6MB
|
# Google Drive URL from repo (https://github.com/derronqi/yolov8-face) ~6MB
|
||||||
WEIGHT_URL = "https://drive.google.com/uc?id=1qcr9DbgsX3ryrz2uU8w4Xm3cOrRywXqb"
|
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):
|
class YoloClient(Detector):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user