Skip to content

Commit

Permalink
Fix import statement for model-based GE
Browse files Browse the repository at this point in the history
  • Loading branch information
swook committed Sep 19, 2018
1 parent 103ecac commit cfb31f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elg_demo.py
Expand Up @@ -273,7 +273,7 @@ def _visualize_output():
# )

# Draw "gaze"
# from models.hg_gaze import estimate_gaze_from_landmarks
# from models.elg import estimate_gaze_from_landmarks
# current_gaze = estimate_gaze_from_landmarks(
# iris_landmarks, iris_centre, eyeball_centre, eyeball_radius)
i_x0, i_y0 = iris_centre
Expand Down

0 comments on commit cfb31f6

Please sign in to comment.