mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-09-27 23:28:58 +03:00
* Rename face model to face recognizer * Refactor face detection into own module * Return face and face landmarks * Align faces with 5 points instead of just the eyes * Add landmark validation to throw out images which do not fit a landmark * Fix circular import and lock face detector for concurrent runs across threads * Fix mypy