Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/qhan1028/Headpose-Detection
- Owner: qhan1028
- Created: 2018-01-19T07:51:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-23T04:13:13.000Z (almost 6 years ago)
- Last Synced: 2024-05-27T12:08:36.705Z (6 months ago)
- Topics: dlib, face-detection, headpose, headpose-detection, landmark-detection
- Language: Python
- Size: 26.4 KB
- Stars: 72
- Watchers: 3
- Forks: 18
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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)