Head Pose Estimation Versions Save

Realtime human head pose estimation with ONNXRuntime and OpenCV.

v1.0.0

2 weeks ago

Release v1.0.0.

This release provides pre-trained models as attachments for manually downloading.

v0.1.0

2 years ago

Release 0.1.0

This repo is 4 years old and this is the first release version.

This release focus on making the code concise and easy to read for beginners.

Breaking Changes

This release removed some modules. They are not necessary for a beginner to understand how the estimation algorithm works.

  • stabilizer.py is removed, as the latest model is more robust than the previous one.
  • multiprocessing is removed, as the devices in recent years are strong enough to run in realtime.
  • os_detector.py is removed, as it actually doesn't work well.
  • optical_flow_tracker.py, as it is not used in the code.

Major Features and Improvements

  • New OS support: macOS Big Sur.