-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Better Facial Recognition Clusters #14911
base: main
Are you sure you want to change the base?
Conversation
📖 Documentation deployed to pr-14911.preview.immich.app |
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. |
@@ -69,6 +69,8 @@ Navigating to Administration > Settings > Machine Learning Settings > Facial Rec | |||
|
|||
:::tip | |||
It's better to only tweak the parameters here than to set them to something very different unless you're ready to test a variety of options. If you do need to set a parameter to a strict setting, relaxing other settings can be a good option to compensate, and vice versa. | |||
|
|||
You can leran how the tune the result in this [Guide](/docs/guides/better-facial-clusters) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can leran how the tune the result in this [Guide](/docs/guides/better-facial-clusters) | |
You can learn how the tune the result in this [Guide](/docs/guides/better-facial-clusters) |
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.