-
Notifications
You must be signed in to change notification settings - Fork 75
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.error #12
Comments
mmatl/pyrender#86 (comment) |
I encountered the same problem which seems to be caused by EGL, and need to change to OSMesa following the steps described here: https://pyrender.readthedocs.io/en/latest/install/index.html. To run the demo, the following setting needs to be changed from 'egl' to 'osmesa' in both demo.py and utils/vibe_renderer.py
Then I need to make another somehow weird change at PARE/pare/utils/vibe_renderer.py Line 126 in 03f084d
to output_img = rgb * valid_mask + (1 - valid_mask) * img
|
Thanks for the proposed solutions @xiwang1212, @littlejiumi! |
Can you help me to solve the problem?
The text was updated successfully, but these errors were encountered: