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