Skip to content

Releases: 1adrianb/face-alignment

Face alignment v1.4.1

17 Aug 14:37
Compare
Choose a tag to compare

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.

Face alignment v1.4.0

06 Jun 12:53
Compare
Choose a tag to compare

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

Face alignment v1.3.6

06 Jun 11:27
Compare
Choose a tag to compare

Small fixes and package updates

Face alignment v1.3.4

28 Apr 22:15
3995416
Compare
Choose a tag to compare

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

Face alignment v1.3.2

21 Dec 14:18
Compare
Choose a tag to compare

Changelog:

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

Face alignment v1.3.1

19 Dec 09:19
Compare
Choose a tag to compare

Changelog:

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

Face alignment v1.3.0

19 Dec 00:38
Compare
Choose a tag to compare

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 )

Face alignment v1.2.0

16 Dec 13:48
Compare
Choose a tag to compare

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

Face alignment

12 Sep 12:07
Compare
Choose a tag to compare

Bug fixes

v1.1.0

31 Jul 16:11
Compare
Choose a tag to compare

Changelog:

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