exclude face connections

This commit is contained in:
Arkadiy Strelnikov
2021-12-06 15:16:12 +07:00
parent f5812f28bd
commit 153b810fde

View File

@@ -77,8 +77,7 @@ class hpe_mp_class():
if self.holistic_use: if self.holistic_use:
mpDraw.draw_landmarks( mpDraw.draw_landmarks(
image, image,
self.results_hol.face_landmarks, self.results_hol.face_landmarks)
mpHolistic.FACE_CONNECTIONS)
mpDraw.draw_landmarks( mpDraw.draw_landmarks(
image, image,
self.results_hol.pose_landmarks, self.results_hol.pose_landmarks,