-
Notifications
You must be signed in to change notification settings - Fork 552
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
Can I get the coordinates of the point on the screen which I am looking at, through this algorithm? #14
Comments
Waiting for the response |
@utkarsh2211 , how did the screen split? I am working on a code and I need to do the same. Could you help me with this? |
Hi @utkarsh2211 i'm working on the same code did you find any solution to get the coordinates of the point on the screen which I am looking at ? thanks |
@utkarsh2211 I am also interested. Thanks |
i am looking to do the same |
I am trying to do the same thing. Right now I’m just using a neural network to do this by moving the cursor around the screen and recording the horizontal and vertical ratios to train a network. You could also use some match to figure out how much the horizontal and vertical ratios effect the position looking at on screen. |
I have divided the screen into 9 parts (3x3). I want to know whether I can get the precise location of the screen coordinates I am looking at or only the blocks using horizontal and vertical gaze ratio which are for example top right, top left, bottom center, etc.
The text was updated successfully, but these errors were encountered: