Skip to content
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

OpenGL issue when running ik_example_joints.py #58

Open
SizheAn opened this issue Apr 10, 2022 · 2 comments
Open

OpenGL issue when running ik_example_joints.py #58

SizheAn opened this issue Apr 10, 2022 · 2 comments

Comments

@SizheAn
Copy link

SizheAn commented Apr 10, 2022

`sample_amass keys: ['poses', 'dmpls', 'labels', 'markers', 'mocap_framerate', 'betas', 'gender', 'vids', 'trans']
OpenGL test failed:
stdout: failure

    stderr: /`

Anyone facing this issue? Thanks!

@GaigeY
Copy link

GaigeY commented Feb 29, 2024

Hi Sizhe, I met the same problem as you. This issue is caused by EGL, and I guess it's raised when the system cannot support real-time rendering.
Unfortunately, it seems that the author didn't leave any comment to tell us how to avoid this kind of OpenGL/rendering issues. Have you ever solved this problem?

@GaigeY
Copy link

GaigeY commented Feb 29, 2024

Hi Sizhe, I finally solved this issues through re-installing the whole environment.
I'm sure that this issue is caused by package conflict, and we must install the packages in correct version.

Here is the details of my re-install, holp it could help :-)

# ENV: ubuntu, python3.7-pytorch1.10.0-cuda11.3-cudnn8
1. apt install ffmpeg libsm6 libxext6 libboost-dev g++ gcc -y
2. pip install setuptools numpy tqdm scipy opencv-python==4.5.1.48 PyOpenGL==3.1.0 matplotlib==3.2.2 pillow pyzmq pyyaml dotmap pytorch-lightning==1.5 transforms3d==0.3.1 pytorch3d omegaconf loguru
3. # setup-using-python: configer, mesh and human_body_prior

I think this issue can be closed now. :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants