AniPortrait icon indicating copy to clipboard operation
AniPortrait copied to clipboard

mediapipe can not use GPU?

Open liuzhougithub opened this issue 1 year ago • 3 comments

when I run python -m scripts.pose2vid --config ./configs/prompts/animation.yaml -W 512 -H 512 -acc, this error happened. GPU suport is not available: INTERNAL: ; RET_CHECK failure (mediapipe/gpu/gl_context_egl.cc:77) but my nvidia-smi and nvcc -V worked well.

liuzhougithub avatar Apr 19 '24 06:04 liuzhougithub

We apply Mediapipe on CPU. Since the error log is incomplete, we are unable to analyze the issue.

Zejun-Yang avatar Apr 22 '24 02:04 Zejun-Yang

我也遇到了一样的问题 I0000 00:00:1725610296.819521 3211394 task_runner.cc:85] GPU suport is not available: INTERNAL: ; RET_CHECK failure (mediapipe/gpu/gl_context_egl.cc:77) display != EGL_NO_DISPLAYeglGetDisplay() returned error 0x300c W0000 00:00:1725610296.819823 3211394 face_landmarker_graph.cc:174] Sets FaceBlendshapesGraph acceleration to xnnpack by default. INFO: Created TensorFlow Lite XNNPACK delegate for CPU. I0000 00:00:1725610296.870492 3211394 task_runner.cc:85] GPU suport is not available: INTERNAL: ; RET_CHECK failure (mediapipe/gpu/gl_context_egl.cc:77) display != EGL_NO_DISPLAYeglGetDisplay() returned error 0x300c 这是错误日志

SCP2922 avatar Sep 06 '24 08:09 SCP2922