From d6256362ec3fbdf69ecc65bbdd6290e6d0fba919 Mon Sep 17 00:00:00 2001 From: Jiuqiang Tang Date: Fri, 24 Mar 2023 10:54:54 -0700 Subject: [PATCH] Internal change PiperOrigin-RevId: 519186057 --- mediapipe/tasks/python/test/vision/face_landmarker_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediapipe/tasks/python/test/vision/face_landmarker_test.py b/mediapipe/tasks/python/test/vision/face_landmarker_test.py index 8e070064..3c7026c3 100644 --- a/mediapipe/tasks/python/test/vision/face_landmarker_test.py +++ b/mediapipe/tasks/python/test/vision/face_landmarker_test.py @@ -57,7 +57,7 @@ _PORTRAIT_EXPECTED_BLENDSHAPES = ( 'portrait_expected_blendshapes_with_attention.pbtxt' ) _LANDMARKS_DIFF_MARGIN = 0.03 -_BLENDSHAPES_DIFF_MARGIN = 0.12 +_BLENDSHAPES_DIFF_MARGIN = 0.13 _FACIAL_TRANSFORMATION_MATRIX_DIFF_MARGIN = 0.02