I need to get the points of lips and chin in ARKit but ARSCNFaceGeometry provides the data of complete mesh of face. Can you let me know how can I get points of only lips and chin from the all the vertices available in faceAnchor.geometry.vertices.
Basically need to write the points on the mesh in the ARKit so that I can find out which point is linked to which part of the face.
Any help is appreciated.