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

Task [video analysis] face analysis #192

Open
fabiocat93 opened this issue Nov 15, 2024 · 5 comments · May be fixed by #236
Open

Task [video analysis] face analysis #192

fabiocat93 opened this issue Nov 15, 2024 · 5 comments · May be fixed by #236
Assignees
Labels
enhancement New feature or request

Comments

@fabiocat93
Copy link
Collaborator

Integrate deepface, which includes tools for:

  • face recognition,
  • face verification,
  • face embeddings extraction
  • facial attribute analysis (age, gender, emotion, and race)
@fabiocat93 fabiocat93 converted this from a draft issue Nov 15, 2024
@fabiocat93
Copy link
Collaborator Author

Hi @brukew and @shriyajad, I know you have already started working on integrating Deepface. Here is an issue for discussing the project's design aspects and keeping track of the progress. Feel free to use this public space for commenting and asking questions

@fabiocat93 fabiocat93 added the enhancement New feature or request label Nov 15, 2024
@fabiocat93
Copy link
Collaborator Author

hi guys @brukew @shriyajad, how is it going with this? I will extend your deadline (from Dec 13 to Jan 14). Please, let me know if you face any blockers

@brukew
Copy link
Contributor

brukew commented Jan 13, 2025

@shriyajad made a branch for this task, feel free to push changes there.

@brukew
Copy link
Contributor

brukew commented Jan 13, 2025

I will be free to hop on a call later today if you want to discuss any implementation ideas. @shriyajad

@brukew
Copy link
Contributor

brukew commented Jan 14, 2025

@shriyajad Based on your colab, I made a class called DeepFaceAnalysis (see #236) It has the same methods you had - I just added some docstrings and type annotations. Lmk what you think.

Next steps are to:

  • write tests
  • write API (just a level of abstraction beyond the class if we want to implement it differently in the future)
  • write documentation
  • write tutorial

@brukew brukew linked a pull request Jan 14, 2025 that will close this issue
6 tasks
@brukew brukew linked a pull request Jan 14, 2025 that will close this issue
6 tasks
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
Status: Todo
Development

Successfully merging a pull request may close this issue.

2 participants