From c30f55c3804b5c219194d3fcb23e81da7e32d991 Mon Sep 17 00:00:00 2001 From: galthran-wq Date: Tue, 18 Feb 2025 10:55:02 +0000 Subject: [PATCH] lint --- deepface/models/face_detection/CenterFace.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deepface/models/face_detection/CenterFace.py b/deepface/models/face_detection/CenterFace.py index 66fc6cc..a947900 100644 --- a/deepface/models/face_detection/CenterFace.py +++ b/deepface/models/face_detection/CenterFace.py @@ -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]]]: """