-
-
Notifications
You must be signed in to change notification settings - Fork 111
Description
Is your feature request related to a problem? Please describe.
It would be really neat if Memories assigned a score to each image, based on its aesthetic qualities. For example, a badly framed, blurry or washed out image would get a low score while a well done portrait receives a high one.
This would be extremely useful for curation features, like face clustering, "on this day" and collections because it would allow Memories to automatically select a nice looking preview. It would also pave the way for additional features like recaps or automatically generated collages because they could use these score to select the best images.
Describe the solution you'd like
I sadly don't known much about AI, but I found some resources that use OpenAI Clip to assign scores:
- https://github.com/christophschuhmann/improved-aesthetic-predictor
- https://medium.com/@sureshraghu0706/image-aesthetics-quantification-using-openai-clip-7bbb45e00147
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
It would be really cool and browsing your Photos would be much nicer because you get better photos as previews. I got the idea from this article which describes how Apple Photos works and it has a paragraph on this as well.