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

Integrate DeepFace for face analysis #236

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

brukew
Copy link
Contributor

@brukew brukew commented Jan 14, 2025

Description

  • Implemented the DeepFaceAnalysis class, a wrapper for performing face recognition, verification, embedding extraction, and facial attribute analysis using the DeepFace library.

Related Issue(s)

Task [video analysis] face analysis
#192

Motivation and Context

  • Centralizes the use of DeepFace functionalities, ensuring compatibility with Senselab data structures

How Has This Been Tested?

TBD

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • My code follows the code style of this project.

@brukew brukew linked an issue Jan 14, 2025 that may be closed by this pull request
@brukew brukew changed the title created DeepFaceAnalysis class Integrate DeepFace for face analysis Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Task [video analysis] face analysis
1 participant