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:
@@ -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' ]
|
||||
|
||||
Reference in New Issue
Block a user