Skip to content

Fix/optimize face detection#26

Open
maya-ots wants to merge 11 commits intomainfrom
fix/optimize-face-detection
Open

Fix/optimize face detection#26
maya-ots wants to merge 11 commits intomainfrom
fix/optimize-face-detection

Conversation

@maya-ots
Copy link
Collaborator

summary

Simplified the FaceDetection class

changes

  • Merged load_model() and init_model() into a single prepare() method (since they were always called together)
  • Replaced bbox for loop with a list comprehension
  • Added BBox type alias for consistency with face_embedding.py

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we have removed this folder stick to the main folder structure

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.

2 participants