Skip to content

Commit 8fc9db5

Browse files
committed
retired variable
1 parent ff27c74 commit 8fc9db5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

deepface/detectors/Yolo.py

-4
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414
# Google Drive URL from repo (https://github.com/derronqi/yolov8-face) ~6MB
1515
WEIGHT_URL = "https://drive.google.com/uc?id=1qcr9DbgsX3ryrz2uU8w4Xm3cOrRywXqb"
1616

17-
# Confidence thresholds for landmarks detection
18-
# used in alignment_procedure function
19-
LANDMARKS_CONFIDENCE_THRESHOLD = 0.5
20-
2117

2218
class YoloClient(Detector):
2319
def __init__(self):

0 commit comments

Comments
 (0)