This commit is contained in:
galthran-wq 2025-02-17 12:28:44 +00:00
parent 0f67ddaf9f
commit c4b4b4a736

View File

@ -79,7 +79,7 @@ class MtCnnClient(Detector):
if len(resp) == 1: if len(resp) == 1:
return resp[0] return resp[0]
return resp return resp
def _supports_batch_detection(self) -> bool: def _supports_batch_detection(self) -> bool:
import mtcnn import mtcnn
try: try: