1adrianb / face-alignment

:fire: 2D and 3D Face alignment library build using pytorch
https://www.adrianbulat.com
BSD 3-Clause "New" or "Revised" License
7.03k stars 1.34k forks source link

How do the dots appear connected in the section "Detect 3D facial landmarks in pictures" #214

Closed ghost closed 3 years ago

ghost commented 3 years ago

How do the dots appear connected in the images shown under the section "Detect 3D facial landmarks in pictures"?

1adrianb commented 3 years ago

matplotlib, splitting the points in N group and then plotting them using the '-' style option. You can find an example here: https://github.com/1adrianb/face-alignment/blob/master/examples/detect_landmarks_in_image.py