Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gaze tracking with poser #4

Open
Sohalt opened this issue Sep 18, 2018 · 5 comments
Open

gaze tracking with poser #4

Sohalt opened this issue Sep 18, 2018 · 5 comments

Comments

@Sohalt
Copy link

Sohalt commented Sep 18, 2018

Do you think it would be possible to expand the poser case to do rudimentary gaze tracking?

@zaidalyafeai
Copy link
Owner

I need more details about the task.

@Sohalt
Copy link
Author

Sohalt commented Sep 19, 2018

What I was thinking about was roughly guessing the position on the screen a person is looking at from the webcam image, similar to the service offered by https://xlabsgaze.com.
My specific use case is, that I would like to automatically focus the window I am looking at. The accuracy for this does not need to be very high (10-20cm should be enough), but I do not want to involve additional cameras, other than the webcam already set up.

@zaidalyafeai
Copy link
Owner

It will be difficult because you might have your head still but look at different places in the screen.

@Sohalt
Copy link
Author

Sohalt commented Sep 22, 2018

While the head might stay still, the pupil will look in different directions however. So what I was thinking was, using the poser network to locate the eyes, then feed a high resolution part of the image cropped to the area around the eyes into a network, together with the overall position and direction of the head, as determined by the poser network and try to correlate it with a position on the screen. To train the network one would capture video of the person in front of the camera while asking them to follow a moving dot on screen with their eyes.

@zaidalyafeai
Copy link
Owner

Seems like a great idea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants