Great job on iris tracking in python!
however, could you give some detials about why you choose focal length = img_width?
and the following computation: x = np.sqrt(focal_length_pixel ** 2 + y ** 2) && depth = human_iris_size_in_mm * x / iris_size in "iris_lm_depth.py"
Thanks!