-
Notifications
You must be signed in to change notification settings - Fork 59
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
Pyrender seems always utilize CPU #98
Comments
Hi, I also found that the GPU utilization of pyrender is low. I think it's a problem of pyrender. |
Do you have any alternative solutions for rendering mesh in python? |
You can try open3d or pytorch3d. Open3d has a very fast rendering speed. |
Thank you so much, I will try it!!! |
Sorry to bother you again, when I render to the 3d mesh, I recognize that the overall body shape is a little bit fatter than the actual shape. Do you have any ideas to control the shape parameters because I need to get the body measurement of the person? |
Hi, I try to run OSX model with videos. Despite the fact that setting the environment to be egl (os.environ["PYOPENGL_PLATFORM"] = "egl") but the GPU utilization always equal to 0%, so the rendering step is very slow. Do you have any ideas, thank you so much!!!
The text was updated successfully, but these errors were encountered: