You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you know how to capture iris data with the new face-landmarks-detection model?
const positionXLeftIris: number = predictions[0].annotations.leftEyeIris[0][0];
const positionYLeftIris: number = predictions[0].annotations.leftEyeIris[0][1];
With the version it's a much more complex object, and I still can't figure out how to do it.
Thanks a lot
The text was updated successfully, but these errors were encountered:
Do you know how to capture iris data with the new face-landmarks-detection model?
With the version it's a much more complex object, and I still can't figure out how to do it.
Thanks a lot
The text was updated successfully, but these errors were encountered: