Skip to content

[转载] 浏览器眼球追踪调研

约 141 字小于 1 分钟

转载AI

2024-08-26

浏览器眼球追踪调研分享

  1. 3D建模版:检测脸动,但没有眼神追踪
  2. face-api:返回脸部68点信息,但是没有配套算法,比较基础
  3. webgazer:需要预训练,代码没有业务接口需要自己封装

face-api.js

Github: https://github.com/justadudewhohacks/face-api.js

demo: https://justadudewhohacks.github.io/face-api.js/face_and_landmark_detection

WebGazer.js

Github: https://github.com/brownhci/WebGazer

demo: https://webgazer.cs.brown.edu/

MediaPipe

https://ai.google.dev/edge/mediapipe/solutions/guide?hl=zh-cn

demo: https://eye-track.lary-showcase.top/

示例代码

face-code.zip