[Feature] Automatic stack suggestions #6521
Closed
Hely0n
started this conversation in
Feature Request
Replies: 3 comments
-
I think this is an absolutely stunning idea and would make so much use of it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes please! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The feature
After I imported my whole library, including DSLR photos made by my dad on events, I realized, how much space in my timeline is wasted by "the same photo but shot 8 times".
The stack feature is phenomenal, but it's a unreasonable undertaking to group every potential stack manually if you have many photos. Not to mention picking the perfect one of those and deleting the others.
So I got that idea, that an algorithm will collect all groups of photos, where the difference of the timestamps don't exceed say 15 sec. Than it will try to cluster the images by some image-difference algorithm (like skimage.structural_similarity) or maybe even a neural network for this purpose. The user can tune the maximum difference to consider.
Because no difference algorithm is perfect, I think it's not a good idea to just group them to stacks automatically, but rather suggest them somehow to the user, so that he/her can stack them with one click.
I still don't have a concrete idea how and where to put it in the UI, but maybe a separate page can be created, where just the suggested stacks and some of their neighbour images are shown.
This feature should only exist on the web ui, as it's not something you need on a regular basis.
Platform
Beta Was this translation helpful? Give feedback.
All reactions