Self clustering images in timeline #6287
Replies: 2 comments 4 replies
-
As it happens, we're working on an auto-stacking feature right now! The general idea is to group by a combination of image similarity (possibly with CLIP embeddings) and EXIF metadata (similar time, same camera, etc.). The approach for the similarity part is still in the air pending testing, but I think a kNN search on each asset with a similarity threshold would work well. K-means could work for simpler cases, but I think it'd be tricky to know the right K in advance. |
Beta Was this translation helpful? Give feedback.
-
Yes please! |
Beta Was this translation helpful? Give feedback.
-
Hi there,
Some times, especially during burst shots, images look very similar if not identical. I could see a K-means algorithm or something doing some clustering on the images and assigning time-sensitive bins to them. You could stack them automatically!
Let me know your thoughts!
Beta Was this translation helpful? Give feedback.
All reactions