Face Alignment Versions Save

:fire: 2D and 3D Face alignment library build using pytorch

v1.4.1

9 months ago

Improved the speed of the face detection module, thanks @SCZwangxiao ! Improved the speed up of the directory wide localization by minimising the I/O wait.

v1.4.0

11 months ago

Added support for back camere blaze model Exposed the dtype for fp16 support Small fixes and cleanup

v1.3.6

11 months ago

Small fixes and package updates

v1.3.4

3 years ago

[Add] Added option to return the bounding boxes too (#270) [Change] Change the print to warning (#265) [Change] Minor cleanup [Fix] Negative stride error

v1.3.2

3 years ago

Changelog:

  • Fix critical issue on pytorch 1.5.x and 1.6.0 (#241)

v1.3.1

3 years ago

Changelog:

  • Increased speed up subsequent runs significantly
  • Fixed device mismatch issue on SFD detector

v1.3.0

3 years ago

Changelog:

  • Increased the model speed between 1.3-2x, especially for 3D landmarks
  • Improved the initialization time
  • Fixed issues with RGB vs BGR and batched vs not batched, added unit tests for it
  • Fixed unit test
  • Code refactoring
  • Fix transpose issue in blazeface detector (thank to @Serega6678 )

v1.2.0

3 years ago

Changelog:

  • Improve file structure
  • Remove redundant model handling code. Switch all model handling to torch.hub or torch.hub derived functions
  • Drop support for python 2.7 and for older version of pytorch. See https://www.python.org/doc/sunset-python-2/
  • Fix issues with certain blazeface components re-downloading everytime (#234)
  • Fix issue when no face was detected that resulted in a hard crahs (#210, #226, #229)
  • Fix invalid docker image (#213)
  • Fix travis build issue that tested the code against an outdated pytorch 1.1.0

v1.1.1

3 years ago

Bug fixes

v1.1.0

3 years ago

Changelog:

  • Minor fixes
  • Added BlazeFace detector as an option (thanks @imadtoubal)