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
..
2023-12-17 12:10:21 -06:00
2023-10-31 22:13:34 -05:00
2023-11-26 15:23:43 +00:00
2023-06-08 10:01:07 -05:00
2023-12-08 11:15:46 -05:00
2023-08-24 15:28:50 -04:00
2023-12-13 12:23:51 -05:00
2023-09-13 10:46:37 +07:00
2023-12-27 18:36:51 -05:00
2024-01-04 05:28:32 +00:00
2024-01-18 00:08:48 -05:00
2023-09-20 13:16:33 +02:00
2023-12-20 20:47:56 -05:00
2023-08-07 15:35:25 -05:00
2023-11-30 03:52:28 +00:00
2023-10-10 21:14:44 -05:00
2023-11-11 21:06:19 +00:00
2024-01-18 00:08:48 -05:00
2023-06-08 10:01:07 -05:00
2023-12-08 11:15:46 -05:00
2023-12-29 18:41:33 +00:00
2023-11-09 10:10:56 -06:00
2023-10-24 11:05:42 -04:00
2024-01-04 05:28:32 +00:00
2023-06-08 10:01:07 -05:00
2023-06-08 10:01:07 -05:00
2024-01-12 19:43:36 -05:00