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

feat: add support of indexing people by name #101

Open
yurijmikhalevich opened this issue Apr 8, 2024 · 3 comments
Open

feat: add support of indexing people by name #101

yurijmikhalevich opened this issue Apr 8, 2024 · 3 comments
Labels
feat New feature or request triage

Comments

@yurijmikhalevich
Copy link
Owner

No description provided.

@yurijmikhalevich yurijmikhalevich added feat New feature or request priority:low Low priority issues labels Apr 8, 2024
@LamprosPitsillos
Copy link

#100
Relevant discussion

@rebelmachina
Copy link

rebelmachina commented Apr 25, 2024

I like this. I'm thinking it could be done in the following way:

  • apply a state of the art and fast face detector and get face crops on a subset of the images
  • let the user give a name to each face crop, for example "person_2"
  • then user can use rclip "person_2" + <other images of person 2 if they were found in previous rclip iterations>"

what do you think?

or do you want to use CLIP only (it can be done this way too, but I think getting the crops would work better especially in photos where there's more people)

@yurijmikhalevich
Copy link
Owner Author

@rebelzion, thank you for the suggestion. I was thinking in a similar direction and definitely not married to CLIP :)

@yurijmikhalevich yurijmikhalevich added triage and removed priority:low Low priority issues labels Jun 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request triage
Projects
None yet
Development

No branches or pull requests

3 participants