Skip to content

Commit ec0b833

Browse files
authoredApr 7, 2024··
Merge pull request #1172 from serengil/feat-task-0704-yolo-detector
retired variable
2 parents ff27c74 + 8fc9db5 commit ec0b833

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)
Please sign in to comment.