项目作者: joseph-d-p

项目描述 :
Estimate person gaze based on head orientation and feature landmarks
高级语言: Python
项目地址: git://github.com/joseph-d-p/gaze-estimation.git
创建时间: 2020-08-02T22:42:12Z
项目社区:https://github.com/joseph-d-p/gaze-estimation

开源协议:MIT License

下载


gaze-estimation

Python 3.7 PyPI GitHub

Estimate person gaze based on head orientation and feature landmarks.

Prerequisites

  1. OpenVINO 2020.3 or later

  2. Python 3.7 or later

Setup

  1. Create virtual environment
  1. $ python3 -m venv env
  2. $ source env/bin/activate
  1. Install packages
  1. $ pip3 -r install requirements.txt
  1. Download models

    1. # Set model downloader path
    2. export MODEL_DOWNLOADER_PATH=/opt/intel/openvino_2020.3.194/deployment_tools/tools/model_downloader

    3.1 Face detection model

    1. $> $MODEL_DOWNLOADER_PATH/downloader.py \
    2. --name face-detection-adas-0001 \
    3. --precisions FP32 \
    4. -o models

Running

  1. $ python main.py

Output

TODO