1
0
mirror of https://github.com/immich-app/immich.git synced 2024-11-24 08:52:28 +02:00
immich/server
Mert 68f52818ae
feat(server): separate face clustering job (#5598)
* separate facial clustering job

* update api

* fixed some tests

* invert clustering

* hdbscan

* update api

* remove commented code

* wip dbscan

* cleanup

removed cluster endpoint

remove commented code

* fixes

updated tests

minor fixes and formatting

fixed queuing

refinements

* scale search range based on library size

* defer non-core faces

* optimizations

removed unused query option

* assign faces individually for correctness

fixed unit tests

remove unused method

* don't select face embedding

update sql

linting

fixed ml typing

* updated job mock

* paginate people query

* select face embeddings because typeorm

* fix setting face detection concurrency

* update sql

formatting

linting

* simplify logic

remove unused imports

* more specific delete signature

* more accurate typing for face stubs

* add migration

formatting

* chore: better typing

* don't select embedding by default

remove unused import

* updated sql

* use normal try/catch

* stricter concurrency typing and enforcement

* update api

* update job concurrency panel to show disabled queues

formatting

* check jobId in queueAll

fix tests

* remove outdated comment

* better facial recognition icon

* wording

wording

formatting

* fixed tests

* fix

* formatting & sql

* try to fix sql check

* more detailed description

* update sql

* formatting

* wording

* update `minFaces` description

---------

Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2024-01-18 00:08:48 -05:00
..
bin refactor: open api (#6334) 2024-01-12 07:36:27 -05:00
e2e feat(server): separate face clustering job (#5598) 2024-01-18 00:08:48 -05:00
resources
src feat(server): separate face clustering job (#5598) 2024-01-18 00:08:48 -05:00
test feat(server): separate face clustering job (#5598) 2024-01-18 00:08:48 -05:00
.eslintrc.js
.gitignore feat(web): re-add open graph tags for public share links (#5635) 2023-12-11 13:37:47 -06:00
.prettierignore refactor: open api (#6334) 2024-01-12 07:36:27 -05:00
.prettierrc
Dockerfile chore(deps): update base-image to v20240111 (major) (#6355) 2024-01-16 11:09:59 -05:00
nest-cli.json
openapitools.json
package-lock.json fix(deps): update server (#6415) 2024-01-17 18:24:51 +00:00
package.json fix(deps): update dependency geo-tz to v8 (#6388) 2024-01-15 08:27:59 -05:00
start-microservices.sh
start-server.sh
start.sh
tsconfig.build.json
tsconfig.json