We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff27c74 commit 8fc9db5Copy full SHA for 8fc9db5
deepface/detectors/Yolo.py
@@ -14,10 +14,6 @@
14
# Google Drive URL from repo (https://github.com/derronqi/yolov8-face) ~6MB
15
WEIGHT_URL = "https://drive.google.com/uc?id=1qcr9DbgsX3ryrz2uU8w4Xm3cOrRywXqb"
16
17
-# Confidence thresholds for landmarks detection
18
-# used in alignment_procedure function
19
-LANDMARKS_CONFIDENCE_THRESHOLD = 0.5
20
-
21
22
class YoloClient(Detector):
23
def __init__(self):
0 commit comments