Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/qhan1028/Headpose-Detection

Bounding Box + Landmark + Headpose
https://github.com/qhan1028/Headpose-Detection

dlib face-detection headpose headpose-detection landmark-detection

Last synced: 3 months ago
JSON representation

Bounding Box + Landmark + Headpose

Awesome Lists containing this project

README

        

# Headpose Detection
---
### Referenced Code
* https://www.learnopencv.com/head-pose-estimation-using-opencv-and-dlib
* https://www.pyimagesearch.com/2017/04/03/facial-landmarks-dlib-opencv-python
* https://github.com/lincolnhard/head-pose-estimation

### 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
[![](https://i.imgur.com/sdOM88J.png)](https://youtu.be/MMCbQCBtch8)