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

Customising/Disabling Specific Models #216

Open
irenexu opened this issue Jul 8, 2024 · 1 comment
Open

Customising/Disabling Specific Models #216

irenexu opened this issue Jul 8, 2024 · 1 comment

Comments

@irenexu
Copy link

irenexu commented Jul 8, 2024

Hi!

Thank you for developing this fantastic toolkit! I am using it to detect facial action units and emotion changes in videos featuring only a single person's face, given that there is only one person in the videos, is it possible to disable the use of the identity_model and would that potentially decrease the processing time?

I am currently processing videos that average around 10 mins in length on an NVIDIA 4090 GPU and extracting per-frame data, any advice on optimising this process would be greatly appreciated.

@ljchang
Copy link
Member

ljchang commented Sep 3, 2024

Hi @irenexu , we are close to completing a major refactor that will allow disabling individual models and also better performance on GPUs. stay tuned.

To speed things up, people have reported better performance by dividing videos into images using ffmpeg and parallelizing these jobs.

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

2 participants