Landmarks & ratios
Once the model returns facial landmarks, three pairs are averaged for each horizontal width. This reduces the effect of one unstable point.
H = d(10, 152)
C = avg cheekbone pairs
F = avg forehead pairs
J = avg jaw pairs
d(a, b) = sqrt((x_a - x_b)^2 + (y_a - y_b)^2)