mirror of
https://github.com/serengil/deepface.git
synced 2025-06-06 11:35:21 +00:00
lint
This commit is contained in:
parent
2eb5cac37b
commit
c30f55c380
@ -35,7 +35,7 @@ class CenterFaceClient(Detector):
|
||||
return CenterFace(weight_path=weights_path)
|
||||
|
||||
def detect_faces(
|
||||
self,
|
||||
self,
|
||||
img: Union[np.ndarray, List[np.ndarray]],
|
||||
) -> Union[List[FacialAreaRegion], List[List[FacialAreaRegion]]]:
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user