This commit is contained in:
galthran-wq 2025-02-18 10:55:02 +00:00
parent 2eb5cac37b
commit c30f55c380

View File

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