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]]]: """