diff --git a/deepface/models/face_detection/MtCnn.py b/deepface/models/face_detection/MtCnn.py index b3bb306..be3a51f 100644 --- a/deepface/models/face_detection/MtCnn.py +++ b/deepface/models/face_detection/MtCnn.py @@ -79,7 +79,7 @@ class MtCnnClient(Detector): if len(resp) == 1: return resp[0] return resp - + def _supports_batch_detection(self) -> bool: import mtcnn try: