Skip to content

Face alignment v1.2.0

Compare
Choose a tag to compare
@1adrianb 1adrianb released this 16 Dec 13:48
· 58 commits to master since this release

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