/headPose-gazeFollowing

gaze following CNN based on head pose estimation

Primary LanguagePython

Gaze Following - Determinar a direção do olhar

=> based on head pose estimation

Determinar a direção do olhar pode ter diversas aplicações em diferentes setores da economia. Este repositório tem como objetivo estimar a direção do olhar com base na estimativa de pose da cabeça. O dataset repopulado está disponível no formato .txt na pasta /dataset.

Installation

Use the package manager pip to install required packages.

pip install -r requirements.txt

Download model from GoogleDrive to:

model\

Usage

Change video path, or replace the string with number 0 as integer to work with webcam, and run:

python test_realtime.py

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

Licença para uso não-comercial, apenas fins academicos. Repositório baseado em GazeFollowing