mogue / MediaPipe-LiveLink-Python

Use MediaPipe video capture and convert and send to LiveLink for VTubeing.
8 stars 0 forks source link

Is there a way to use GPU acceleration? #1

Open Lemondogdog opened 6 months ago

Lemondogdog commented 6 months ago

Is there a way to use GPU acceleration?

mogue commented 6 months ago

As far as I know MediaPipe's GPU inference doesn't support Windows: https://developers.google.com/mediapipe/framework/getting_started/gpu_support

MediaPipe's GPU acceleration is designed for mobile.

There might be a solution out there for Windows but I don't know of any.