Releases: 1adrianb/face-alignment
Releases · 1adrianb/face-alignment
Face alignment v1.4.1
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
Face alignment v1.3.6
Small fixes and package updates
Face alignment v1.3.4
Face alignment v1.3.2
Changelog:
- Fix critical issue on pytorch 1.5.x and 1.6.0 (#241)
Face alignment v1.3.1
Changelog:
- Increased speed up subsequent runs significantly
- Fixed device mismatch issue on SFD detector
Face alignment v1.3.0
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
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
Bug fixes
v1.1.0
Changelog:
- Minor fixes
- Added BlazeFace detector as an option (thanks @imadtoubal)