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

Are there any progress in the performance improvements for py feat? #215

Open
Tracked by #217
roberthobblebottom opened this issue Jun 11, 2024 · 1 comment
Open
Tracked by #217

Comments

@roberthobblebottom
Copy link

roberthobblebottom commented Jun 11, 2024

It took too long to run my 4k 30fps video frame by frame.

we also tried just doing detect_facebox(), detect_landmarks() and detect_aus(). It is still taking too long.

we also tried openface2 but I have so much problems with the docker image, it has been frustrating.

we fell back to DeepFace to just do emotion recognition and it is taking along time too.

But we thank all open source contributors, without them there will not be libraries in the first place to test out.

@roberthobblebottom
Copy link
Author

roberthobblebottom commented Jun 11, 2024

Briefly looking at XGBClassifier() for AU detection, increasing the number of jobs through the parameter n_jobs seems like an option.Or even -1 n_jobs value to use all CPU workers? Has this been tried before? we may try this out if we aregoing to pause on our DeepFace emotion inference running right now.

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

No branches or pull requests

1 participant