Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 670 Bytes

CHANGELOG.md

File metadata and controls

34 lines (25 loc) · 670 Bytes

Change log for esp-face

0.4.0

  • Move to cmake
  • Bugfix in detection
  • Fast pnet process with resize to half
  • Accelerate face detection and recognition process

0.3.5

Make candidate number for p/r/onet configurable. Change enrollment and recognition interface.

0.3.4

Add some basic image functions. Add deleting all data in flash.

0.3.3

Bugfix in enrollment

0.3.2

Change model from RGB to BGR

0.3.1

Make aligned face easier to pass to recognition part.

0.3.0

Add flash function to enroll face id.

0.2.0

Make face detection and recognition forward open source. Refactor some codes.

0.1.0

Initial commit, esp-face appear in the world.