diff --git a/deepface/detectors/MediapipeWrapper.py b/deepface/detectors/MediapipeWrapper.py index 3e12e8f..bcdf3cf 100644 --- a/deepface/detectors/MediapipeWrapper.py +++ b/deepface/detectors/MediapipeWrapper.py @@ -63,8 +63,8 @@ def detect_face(face_detector, img, align=True): if align: left_eye=(leye_x,leye_y) right_eye=(reye_x,reye_y) - print(left_eye) - print(right_eye) + #print(left_eye) + #print(right_eye) detected_face = FaceDetector.alignment_procedure(detected_face, left_eye, right_eye) resp.append((detected_face,img_region)) else: @@ -74,4 +74,4 @@ def detect_face(face_detector, img, align=True): return resp -#face_detector = FaceDetector.build_model('mediapipe') \ No newline at end of file +#face_detector = FaceDetector.build_model('mediapipe')