spmallick / learnopencv

Learn OpenCV : C++ and Python Examples
https://www.learnopencv.com/
20.65k stars 11.52k forks source link

Missing Gaze tracking sample code #383

Open SaddamBInSyed opened 4 years ago

SaddamBInSyed commented 4 years ago

@spmallick Hi Satya,

Thanks for your work.

I am reader of your blog and i couldn't find the GazeTracking blog sample code in this repo.

Is it moved somewhere else?

please advise the link.

Thanks

srrathi commented 1 year ago

I'm too looking for gaze tracking source code. @SaddamBInSyed If you find it and if possible can you please share it with me.

brmarkus commented 1 year ago

You are talking about this blog-post, aren't you? https://learnopencv.com/gaze-tracking/

There is no code mentioned in the blog, only papers - and the blog references papers and references to follow-up. "Products" as well as "datasets" are referenced in the blog post.

You might want to have a look into the sample "https://docs.openvino.ai/latest/omz_demos_gaze_estimation_demo_cpp.html" from OpenVINO in the Open Model Zoo.

srrathi commented 1 year ago

Yes, I'm talking about it. Thank you so much @brmarkus !