-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Investigate using other AIs #78
Comments
After testing https://github.com/creativeIKEP/HolisticBarracuda
Before I make any changes I would like to ask the maintainer if it is possible |
I've found a way to implement these models myself but there are some problems.
Though with enough time this method would increase the performance of the app by a lot but it would take a really long time to implement and test. |
I think there's no reason to implement the Maybe, you need to optimize the code only, since MediaPipe doesn't always the reason for low performance. |
Most of the performance loss comes from running MediaPipe on the CPU. The problem with MediaPipe is that I cannot run it on the GPU. For low end computers this makes the app hard to use. (If you are playing a game that also uses a lot of CPU) HolisticBarracuda runs on GPU and is multiplatform but the problem I have with HolisticBarracuda is that it’s not async meaning that it slows down the render thread. (Low CPU but terrible fps) This is why I want to replace MediaPipe. If MediaPipe had support for GPU I would keep using it though. |
To reduce CPU usage check if other projects than mediapipe gives better performance
This might help with adding virtual cameras to more systems
This is in response to #66
The text was updated successfully, but these errors were encountered: