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

Addition of Face Recognition Library with many supported algorithms at a place #1793

Closed
Raghucharan16 opened this issue May 19, 2024 · 5 comments
Labels
enhancement New feature or request

Comments

@Raghucharan16
Copy link

Is your feature request related to a problem? Please describe.
DeepFace is advanced face recognition library and can be used for face detection, face recognition and Face Attribute Activity {Age, Race, Gender and Emotion}

Describe the solution you'd like
This library wraps up several state of art algorithms like VGG-Face, FaceNet, GhostFaceNet, DeepFace, SFace etc for recognition tasks , for face detection there are several backend_detectors like mcnnet, opencv, yolo, retinaface

Describe alternatives you've considered
As this Library supports state of art algorithms at one place, one can use thier own algorithm which fits thier usecase by trying all of the algorithms. And the cool thing is library gets updatedly regularly and new state of art algorithms will get updated in the library as above algorithms mentioned are limitedly trained on LFW dataset but datasets like:
MS1MV2 (87k IDs, 5.8M images)
MS1MV3 (93k IDs, 5.2M images)
Glint360K (360k IDs, 17.1M images)
WebFace42M (2M IDs, 42.5M images) and are models in onnxformat which performs better on south asain and east asain faces.

Approach to be followed (optional)
The process is pretty straight forward. you can just install the deepface library asit is availlable as pypi package.

Additional context
I'm not author of this library but i keep exploring libraries like this. The original repo is here and is regularly manitained. give a star if it helps anyone.

@Raghucharan16 Raghucharan16 added the enhancement New feature or request label May 19, 2024
Copy link

Hello @Raghucharan16, Thank you for generating an issue to this project! Please wait while we get back to you.

@aryanchauh
Copy link

Can you assign me this issue @akshitagupta15june

1 similar comment
@aryanchauh
Copy link

Can you assign me this issue @akshitagupta15june

@akshitagupta15june
Copy link
Owner

hey most of the algorithms have been implemented, try to create issues with single algo that you want to add after checking the folders.

@Raghucharan16
Copy link
Author

@akshitagupta15june Ok I see I checked the folders and recognition algorithms, and I came to know that face512 algorithm and deepface isn't there in the repo and I want to put facenet512 algorithm using deepface library so open this and assign me

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

Successfully merging a pull request may close this issue.

3 participants