Skip to content

qhan1028/Headpose-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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