https://github.com/JianliZh429/head_pose

https://github.com/JianliZh429/head_pose

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.5%) to scientific vocabulary

Keywords

dlib headpose pnp

Keywords from Contributors

interactive projection archival sequences observability autograding hacking shellcodes modular network-simulation
Last synced: 6 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: JianliZh429
  • License: mit
  • Language: Python
  • Default Branch: master
  • Size: 3.74 MB
Statistics
  • Stars: 2
  • Watchers: 2
  • Forks: 4
  • Open Issues: 2
  • Releases: 0
Topics
dlib headpose pnp
Created over 7 years ago · Last pushed over 1 year ago
Metadata Files
Readme License

README.md

head_pose

Use opencv-python API, solvePnP method to estimate head pose.

Dlib is not must, only for face landmarks detection in this repository, you can definitely change it to another face landmarks detection library, such as MTCNN.

Usage

See test samples of testheadpose_estimator.py

To run test, put the test images in sample_images directory

python test_head_pose_estimator.py

TO DO

Will add CNN to do head pose estimation, for many situations, it's hard to get all the accurate needed points for PnP algorithm

Owner

  • Name: Jianli Zhang
  • Login: JianliZh429
  • Kind: user

GitHub Events

Total
Last Year

Committers

Last synced: 8 months ago

All Time
  • Total Commits: 18
  • Total Committers: 2
  • Avg Commits per committer: 9.0
  • Development Distribution Score (DDS): 0.111
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
dew.maple d****e@g****m 16
dependabot[bot] 4****] 2

Issues and Pull Requests

Last synced: 8 months ago

All Time
  • Total issues: 1
  • Total pull requests: 4
  • Average time to close issues: N/A
  • Average time to close pull requests: about 1 month
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 1.0
  • Average comments per pull request: 0.25
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 4
Past Year
  • Issues: 0
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 1
Top Authors
Issue Authors
Pull Request Authors
  • dependabot[bot] (2)
Top Labels
Issue Labels
Pull Request Labels
dependencies (2)

Dependencies

requirements.txt pypi
  • numpy ==1.14.3
  • opencv-python ==4.2.0.32
setup.py pypi