sanweiliti / RoHM

The official PyTorch code for RoHM: Robust Human Motion Reconstruction via Diffusion.
https://sanweiliti.github.io/ROHM/ROHM.html
Other
308 stars 14 forks source link

libGL error and Could not create GL context #23

Closed bruceZHU08 closed 1 month ago

bruceZHU08 commented 1 month ago

I'm running the whole project on a Linux remote server. And I launched Xvfb for rendering. But when I run eval_amass_full.py, when it runs into r = pyrender.OffscreenRenderer(viewport_width=W, viewport_height=H, point_size=1.0), it has error like this: 屏幕截图 2024-08-16 194648. I tried some methods but they could not solve the problem eventually.