1
0
mirror of https://github.com/immich-app/immich.git synced 2025-06-16 03:40:33 +02:00
Commit Graph

7 Commits

Author SHA1 Message Date
61c8237a4d fix(ml): set face detection threshold correctly in locust ()
* set minScore correctly

* cleanup

* remove outdated tag score
2025-03-04 20:52:07 +00:00
332a865ce6 refactor: migrate person repository to kysely ()
* refactor: migrate person repository to kysely

* `asVector` begone

* linting

* fix metadata faces

* update test

---------

Co-authored-by: Alex <alex.tran1502@gmail.com>
Co-authored-by: mertalev <101130780+mertalev@users.noreply.github.com>
2025-01-21 13:12:28 -05:00
1ec9a60e41 feat(ml): configurable batch size for facial recognition ()
* configurable batch size, default openvino to 1

* update docs

* don't add a new dependency for two lines

* fix typing
2024-10-23 07:50:28 -05:00
22dc9bcebb fix(ml): batch axis not being added for recognition model ()
* fix has_batch_axis

* fix typing
2024-09-11 22:21:12 -05:00
f43721ec92 fix(ml): armnn not being used ()
* fix armnn not being used, move fallback handling to main, add tests

* formatting
2024-07-10 09:20:43 -05:00
6356c28f64 refactor(ml): model sessions () 2024-06-25 12:00:24 -04:00
2b1b43a7e4 feat(ml): composable ml ()
* modularize model classes

* various fixes

* expose port

* change response

* round coordinates

* simplify preload

* update server

* simplify interface

simplify

* update tests

* composable endpoint

* cleanup

fixes

remove unnecessary interface

support text input, cleanup

* ew camelcase

* update server

server fixes

fix typing

* ml fixes

update locustfile

fixes

* cleaner response

* better repo response

* update tests

formatting and typing

rename

* undo compose change

* linting

fix type

actually fix typing

* stricter typing

fix detection-only response

no need for defaultdict

* update spec file

update api

linting

* update e2e

* unnecessary dimension

* remove commented code

* remove duplicate code

* remove unused imports

* add batch dim
2024-06-07 03:09:47 +00:00