Skip to content
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

Find faces in videos #561

Open
jakekapellen opened this issue Jul 21, 2022 · 0 comments
Open

Find faces in videos #561

jakekapellen opened this issue Jul 21, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@jakekapellen
Copy link
Contributor

Describe the enhancement you'd like
I'd like to be able to find people inside videos. That way, I can see a full timeline/album of all content for a person.

Describe why this will benefit the LibrePhotos
This would be sweet! It would allow photos and videos together in those albums.

Additional context
This should be doable by sampling a frame every five seconds or so during the video, finding all the faces, and clustering the found faces as a separate subset, eliminating all noise points. From there, we could find the sample face closest to the centroid of each cluster and use that as the representative face to compare with the rest of the photo database. We would probably need to save these frames as separate metadata images, and labeling the representative face would instead indicate that the known face exists in the video (instead of a photo).

We could then update the albums page to accommodate this.

@jakekapellen jakekapellen added the enhancement New feature or request label Jul 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant