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

Use GPU for face detection #226

Open
rahmanshaber opened this issue Oct 7, 2024 · 2 comments
Open

Use GPU for face detection #226

rahmanshaber opened this issue Oct 7, 2024 · 2 comments

Comments

@rahmanshaber
Copy link

Currently it take full CPU power to detect faces. Using GPU would speed this up greatly

@blissd
Copy link
Owner

blissd commented Oct 8, 2024

Hi @rahmanshaber. Thank you for your suggestion. Yes, that would be nice. However, it seems that GPU acceleration for machine learning targets NVidia but I don't have any NVidia GPUs so I'd never be able to test it. I think I'd only be interested in GPU acceleration if it could work on more than just NVidia.

If someone can get GPU acceleration to work on more than just NVidia, then I'd welcome a PR. That will probably require a different face detection library than is currently used in Fotema, though.

@rahmanshaber
Copy link
Author

Yes, are you using openCV, it seems they have a some sort of support for amd gpu

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