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

GLError during render motions #6

Closed
wang-zm18 opened this issue Nov 17, 2021 · 4 comments
Closed

GLError during render motions #6

wang-zm18 opened this issue Nov 17, 2021 · 4 comments

Comments

@wang-zm18
Copy link

Hello,Mathux! Thanks for your implementation. When I tried to render motions with generation.npy, the error occurs like the following. I have tried the introduction in this link mmatl/pyrender#86, but it does not work. Thank you in advance!
image

@Mathux
Copy link
Owner

Mathux commented Nov 17, 2021

Hello Wang,
I am not a specialist in this area but I can try to help. I have some questions for you:

  • Do you have a GPU in your device?
  • Do you have a display attached to your computer or is it in a server?
  • What driver are you using for OpenGL? Mesa or Nvidia or something else?

@wang-zm18
Copy link
Author

Thank you Mathux! I use GeForce RTX 2080 Gpus, and my driver is nvidia 460 and I run this command in my server.

@wang-zm18
Copy link
Author

I just tried "MESA_GL_VERSION_OVERRIDE=4.1 python -m src.render.rendermotion pretrained_models/humanact12/generation.npy" as the link said, it works! Thank you for all the same!

@Mathux Mathux closed this as completed Nov 25, 2021
@ChenFengYe
Copy link

ChenFengYe commented Mar 7, 2022

Hello Wang, I am not a specialist in this area but I can try to help. I have some questions for you:

  • Do you have a GPU in your device?
  • Do you have a display attached to your computer or is it in a server?
  • What driver are you using for OpenGL? Mesa or Nvidia or something else?

Hi, I meet the same error, but "MESA_GL_VERSION_OVERRIDE=4.1" does not work.

  • a GPU
  • no display, it is a server
  • I think my GPU driver is nvidia 450.102.04.

I also try os.environ['PYOPENGL_PLATFORM'] = 'osmesa', but get error

AttributeError: 'GLXPlatform' object has no attribute 'OSMesa'

Thank you @Mathux !

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

3 participants