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

Feature: do face recognition as a separate processor #134

Open
pozitronik opened this issue Dec 13, 2024 · 2 comments
Open

Feature: do face recognition as a separate processor #134

pozitronik opened this issue Dec 13, 2024 · 2 comments
Labels
feature New feature or request

Comments

@pozitronik
Copy link
Owner

Currently, each face processing model checks if the processed frame contains any faces. It requires loading a FaceAnalysis model and doing the same recognition for each processor in the chain.
It is possible to run face recognition once and skip all faceless frames later.

@pozitronik pozitronik added the feature New feature or request label Dec 13, 2024
@pozitronik pozitronik changed the title Feature: do face analyze as a separate processor Feature: do face recognition as a separate processor Dec 13, 2024
@pozitronik
Copy link
Owner Author

#133 also can be implemented here

@pozitronik
Copy link
Owner Author

I should discard the idea: the face needs to be recognized every time to process it (swap, enhance, etc.), so there can't be any optimization. However, it is possible to save recognition data from the first processor run and pass it through the processing chain.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant