Follow yolo convention, renaming in face detector (#858)

* Follow yolo convention, renaming in face detector

* Follow yolo convention, renaming in face detector
This commit is contained in:
Henry Ruhs
2025-01-22 00:23:09 +01:00
committed by henryruhs
parent 0ecebc8c82
commit 5270bd679c
4 changed files with 53 additions and 50 deletions

View File

@@ -9,7 +9,7 @@ face_detector_set : FaceDetectorSet =\
'many': [ '640x640' ],
'retinaface': [ '160x160', '320x320', '480x480', '512x512', '640x640' ],
'scrfd': [ '160x160', '320x320', '480x480', '512x512', '640x640' ],
'yoloface': [ '640x640' ]
'yolo_face': [ '640x640' ]
}
face_detector_models : List[FaceDetectorModel] = list(face_detector_set.keys())
face_landmarker_models : List[FaceLandmarkerModel] = [ 'many', '2dfan4', 'peppa_wutz' ]