Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 743 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 743 Bytes

Headpose Detection


Referenced Code

Requirements

  • Python 3.7

    • dlib
    • opencv-python
    • numpy
  • Please check Dockerfile for more information.

Setup

  • ./setup.sh

Usage

  • Headpose detection for images
    • python3.7 headpose.py -i [input_dir] -o [output_dir]
  • Headpose detection for videos
    • python3.7 headpose_video.py -i [input_video] -o [output_file]
  • Headpose detection for webcam
    • python3.7 headpose_video.py

Demo