Pigo Versions Save

Fast face detection, pupil/eyes localization and facial landmark points detection library in pure Go.

v1.4.6

1 year ago

Release updates

  • Fixed missing -plc flag in case of using the -flpc flag #59
  • Fixed CLI error in case of uppercased input or output file
  • Replaced old sorting function with sort.Slice

v1.4.5

2 years ago

Release updates

  • Performance improvements and optimizations
  • Optimize memory allocation
  • Extends tests and benchmarks

v1.4.4

2 years ago

Release updates

  • Avoid index out of range in special cases when parsing the binary classifiers
  • Improved the command line interface
  • Process images directly from internet

v1.4.3

3 years ago

Release updates

  • Renamed FindLandmarkPoints method to GetLandmarkPoint for better reference. Minor fixes.

v1.4.2

4 years ago

Release updates

  • Extend the CLI app with pipe commands support. #37

v1.4.1

4 years ago

Release updates

  • Extend json export with pupil localization and landmark detections #33

v1.4.0

4 years ago

Release updates

  • Webassembly support 🎉
  • Webcam demo running on wasm

v1.3.0

4 years ago

Release updates

  • Facial landmark points detection capabilities
  • New integration and unit test cases

v1.2.1

4 years ago

Release updates

  • Integrated pupil localization on rotated faces
  • Simplifying pupil detection algorithm
  • Code cleanup

v1.2.0

4 years ago

Release updates

  • Extended the library with pupils / eyes localization capabilities.
  • Created test example running as a shared object in a Python environment.