-
Notifications
You must be signed in to change notification settings - Fork 273
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
Render Error for Pyglet #29
Comments
I guess it could be dump from the OpenGL version.
|
I'm trying to fix this problem. I think it's a problem of pyrender. I'm looking forward to getting help.
|
Same problem.Don't know how to fix it. |
Are you running on a server as well? |
yep, ubuntu 16.04. |
The same |
Sorry, but I cannot reproduce the problem. |
I found the answer. Just use PYOPENGL_PLATFORM=osmesa. For example: |
yes, the mesh could be generated, but the video can not be output. |
I have try it... it doesn't work.. |
@huybery does a visualization with OpenGL work for you? I.e. are you able to load one of these meshes with the mesh package and visualize it? Something along these lines |
yes, it works well. I can not generate video on ubuntu16.04, but I could do it on macos... |
I use my own wav files to run_voca.py. And I also meet a problem Use standard file APIs to check for files with this prefix. During handling of the above exception, another exception occurred: Traceback (most recent call last): |
I also met this problem... I logged with remote ssh with vglrun working well, it seems that the problem lies in rendering? |
@huybery @qianchenghao @plmsmile @tegusi by default executing |
Thanks! It is a workaround for generating meshes while I am still seeking a tool to visualize them, do you have any suggestion? |
I found a solution:
Hope it helps! |
That's really help! Thanks! |
@sultanovazamat @Changlin-Lee I replaced ubuntu 18.04
cuda 10.1 |
Adding following lines to the rendering.py seems to solve the problem for some people:
I updated the script accordingly |
WORKS for me :D |
I didn't access it through SSH. I connected to the standard desktop environment through teamviewer and it still reported an error.
This seems to be a problem of dependence. How can I solve it?
The text was updated successfully, but these errors were encountered: