caizhongang / SMPLer-X

Official Code for "SMPLer-X: Scaling Up Expressive Human Pose and Shape Estimation"

Home Page:https://caizhongang.github.io/projects/SMPLer-X/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImportError: ('Unable to load OpenGL library', "Could not find module 'OSMesa' (or one of its dependencies). Try using the full path with constructor syntax.", 'OSMesa', None)

rulke opened this issue · comments

The following error occurs when reasoning on windows10, please tell me how to solve it, thank you
image

The inference was not tested on windows 10 directly, I suggest to install WSL2 for win10 which is same as mine.

If you really want to get the pipeline working in windows, you can try to delete anything related to pyrender and opengl in SMPLerX repo. We use pyrender to visualize mesh overlay and project keypoints, inference itself does not require pyrender.

The inference was not tested on windows 10 directly, I suggest to install WSL2 for win10 which is same as mine.

If you really want to get the pipeline working in windows, you can try to delete anything related to pyrender and opengl in SMPLerX repo. We use pyrender to visualize mesh overlay and project keypoints, inference itself does not require pyrender.
Thank you for your reply. I will try it