docs: Better Facial Recognition Clusters#14911
docs: Better Facial Recognition Clusters#14911zackpollard merged 6 commits intoimmich-app:mainfrom aviv926:new-face-cluster-guide
Conversation
|
Would it make sense to apply some of this automatically on a rerun if the library has a large amount of assets? |
Not without deleting all previously assigned name data. |
|
mertalev wrote that maybe in the future there will be a refresh button that can prevent this. |
|
A generalization of this guide would be to use OPTICS instead of DBSCAN, which would basically cluster in order from the densest regions to the least dense. This guide is a valid alternative until something like that is implemented. |
Co-authored-by: Felix Bühler <Stunkymonkey@users.noreply.github.com>
|
I haven't forgotten about this PR, I'm not at home right now so I'll edit it according to feedback when I can. |
…mmich into new-face-cluster-guide
…n-grid * main: (32 commits) docs: clean up environment variables formatting & grammar (immich-app#16555) fix: reset/regenerate memories (immich-app#16548) fix(deps): update machine-learning (immich-app#16560) chore(deps): update node (immich-app#16538) refactor: migration tag repository to kysely (immich-app#16398) feat: qr code for new shared link (immich-app#16543) chore(deps): update github-actions (immich-app#16539) fix(docs): info on preloading ML models (immich-app#16452) docs: better facial recognition cluster guide (immich-app#14911) fix(web): delete action closes asset viewer in asset view (immich-app#15469) feat(cli): watch paths for auto uploading daemon (immich-app#14923) ci: weblate checks should always run, should skip on en.json (immich-app#16544) feat(web): Video memories on web (immich-app#16500) fix(deps): update typescript-projects (immich-app#16540) chore(mobile): fix store.put type def (immich-app#16517) refactor(mobile): move timeline methods to timeline repo (immich-app#16526) chore(deps): update dependency eslint-plugin-svelte to v3 (immich-app#16532) refactor(server): link live photos as part of metadata extraction instead of queueing job (immich-app#16390) chore(deps): update dependency globals to v16 (immich-app#16534) ci: don't check weblate lock on chore/translations and add success job (immich-app#16533) ...
I tried this guide on my library and the results were very promising, I thought I would make a guide that could help more people.
Maybe in the future it will be possible to make this process automatic 🤔
If it doesn't fit the documentation I will pass it on to Community Guides.
@mertalev I would like to know what you think about it and if you have any ideas for correction/improvement.