blakeblackshear.frigate/web/src
Nicolas Mowen b18d1fb970
Refactor face recognition (#17368)
* Refactor face recognition to allow for running lbph or embedding

* Cleanup

* Use weighted average for faces

* Set correct url

* Cleanup

* Update docs

* Update docs

* Use scipy trimmed mean

* Normalize

* Handle color and gray landmark detection

* Upgrade to new arcface model

* Implement sigmoid function

* Rename

* Rename to arcface

* Fix

* Add face recognition model size to ui config

* Update toast
2025-03-25 19:59:03 -05:00
..
api Disabled cameras fixing (#17273) 2025-03-20 11:20:44 -05:00
components Make all object path points clickable (#17367) 2025-03-25 14:08:40 -06:00
context feat: add i18n (translation/localization) (#16877) 2025-03-16 10:36:20 -05:00
hooks Various fixes (#17342) 2025-03-24 12:25:36 -05:00
lib Fix linter and fix lint issues (#10141) 2024-02-28 16:23:56 -06:00
pages Add ability to update Frigate+ model to latest from UI (#17324) 2025-03-24 09:19:58 -06:00
types Refactor face recognition (#17368) 2025-03-25 19:59:03 -05:00
utils Remove leadingn / (#17258) 2025-03-19 14:19:17 -06:00
views Refactor face recognition (#17368) 2025-03-25 19:59:03 -05:00
App.tsx UI viewer role (#16978) 2025-03-08 10:01:08 -06:00
env.ts Fix linter and fix lint issues (#10141) 2024-02-28 16:23:56 -06:00
index.css Improve live streaming (#16447) 2025-02-10 09:42:35 -07:00
login.tsx Fix auth when serving Frigate at a subpath (#12815) 2024-08-09 07:26:26 -06:00
main.tsx feat: add i18n (translation/localization) (#16877) 2025-03-16 10:36:20 -05:00
vite-env.d.ts