Fix typo in holistic_landmarker_test.py
This commit is contained in:
parent
24fe8eb73a
commit
00eb1f190f
|
@ -93,7 +93,7 @@ class HolisticLandmarkerTest(parameterized.TestCase):
|
||||||
def _expect_landmarks_correct(
|
def _expect_landmarks_correct(
|
||||||
self, actual_landmarks, expected_landmarks, margin
|
self, actual_landmarks, expected_landmarks, margin
|
||||||
):
|
):
|
||||||
# Expects to have the same number of poses detected.
|
# Expects to have the same number of landmarks detected.
|
||||||
self.assertLen(actual_landmarks, len(expected_landmarks))
|
self.assertLen(actual_landmarks, len(expected_landmarks))
|
||||||
|
|
||||||
for i, elem in enumerate(actual_landmarks):
|
for i, elem in enumerate(actual_landmarks):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user