I am playing with vision framework and getting all landmark points with this code:
if let allFaceLandmarks = landmarks.allPoints {
print(allFaceLandmarks)
}
But cant find mapping for these points. For example index numbers for right eye.
Looking for something the same as this, but for Vision framework instead.


