EdiHeadyTrack

Automatic, markerless measurement of head kinematics using from video


License
Apache-2.0
Install
pip install EdiHeadyTrack==0.2.2

Documentation

Logo

Version License Build Status - GitHub codecov

Contributors

About

EdiHeadyTrack is a Python package for measuring head kinematics using markerless head pose detection methods. The current implementation primarily uses the FaceMesh module of MediaPipe's Python API for facial landmark detection alongside OpenCV for handling simple computer vision tasks.

Full documentation for EdiHeadyTrack can be found here.

Technologies

Project is created with:

  • Python 3.9.0

Setup

EdiHeadyTrack is available on PyPI! Install using:

pip install EdiHeadyTrack

For further installation instructions, consult the documentation.

Example

An example output from EdiHeadyTrack is shown below. A full worked example detailing how this can be achieved is provided here. Example image

Citation

If you use EdiHeadyTrack in you work, please cite the following publication:

As BibTeX:

Getting Involved

For any suggestions, please create a new issue.