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
ud = left_eye_upper-left_eye_lower
ex = left_eye_upper1-left_eye_upper0
ex /= np.linalg.norm(ex)
ey = np.cross(np.array([0,0,1]),ex)
left_eye_opening = np.dot(ud,ey)