Gaze Tracking
This is a Python (2 and 3) library that provides a webcam-based eye tracking system. It gives you the exact position of the pupils and the gaze direction, in real time.
🚀 Quick note: I'm looking for job opportunities as a software developer, for exciting projects in ambitious companies. Anywhere in the world. Send me an email!
Installation
Clone this project:
git clone https://github.com/antoinelame/GazeTracking.git
Install these dependencies (NumPy, OpenCV, Dlib):
pip install -r requirements.txt
The Dlib library has four primary prerequisites: Boost, Boost.Python, CMake and X11/XQuartx. If you doesn't have them, you can read this article to know how to easily install them.
Run the demo:
python example.py
Simpl

GazeTracking是一个Python库,利用网络摄像头实现眼动追踪。它可以实时提供瞳孔位置和注视方向信息。安装依赖后,通过运行示例代码,可以显示用户注视状态并高亮瞳孔位置。
最低0.47元/天 解锁文章
1508

被折叠的 条评论
为什么被折叠?



