Estimate person gaze based on head orientation and feature landmarks
Estimate person gaze based on head orientation and feature landmarks.
Python 3.7 or later
$ python3 -m venv env
$ source env/bin/activate
$ pip3 -r install requirements.txt
Download models
# Set model downloader path
export MODEL_DOWNLOADER_PATH=/opt/intel/openvino_2020.3.194/deployment_tools/tools/model_downloader
3.1 Face detection model
$> $MODEL_DOWNLOADER_PATH/downloader.py \
--name face-detection-adas-0001 \
--precisions FP32 \
-o models
$ python main.py
TODO