Commit Graph

4 Commits

Author SHA1 Message Date
Nicolas Mowen
b6daf9b37e Add UI for managing face recognitions (#15757)
* Add ability to view attempts

* Improve UI

* Cleanup

* Correctly refresh ui when item is deleted

* Select correct library by default

* Add min score

* Cleanup
2025-02-04 08:19:31 -07:00
Nicolas Mowen
25d66b8541 Make face library scrollable 2025-02-04 08:19:31 -07:00
Nicolas Mowen
ff0fff6274 Face recognition fixes (#15222)
* Fix nginx max upload size

* Close upload dialog when done and add toasts

* Formatting

* fix ruff
2025-02-04 08:19:31 -07:00
Nicolas Mowen
c58f31c71e Improve face recognition (#15205)
* Validate faces using cosine distance and SVC

* Formatting

* Use opencv instead of face embedding

* Update docs for training data

* Adjust to score system

* Set bounds

* remove face embeddings

* Update writing images

* Add face library page

* Add ability to select file

* Install opencv deps

* Cleanup

* Use different deps

* Move deps

* Cleanup

* Only show face library for desktop

* Implement deleting

* Add ability to upload image

* Add support for uploading images
2025-02-04 08:19:31 -07:00