Closed dagap closed 3 years ago
Hi @dagap, You can use Holistic. by removing the FACEMESH_CONTOURS. Thanks!
If you are only interested in drawing landmarks, you just need to ignore the "connections" parameter. For example, you can do the following:
mp_drawing.draw_landmarks(image=image, landmark_list=face_landmarks)
Is there a way to filter out the connections? For example, in my app, I am not interested in the facial connections. Would it be at all possible to filter those out? Currently, with the drawing routine, when I use something like:
It draws all pose connections. Would it be possible to filter out the ones pertaining to the face?