We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Getting this error [F glutil.cpp:338] eglInitialize() failed when running with latest commit
Run latest code with Dockerfile
This is during python3 main.py --workspace trial -O2 --test --save_mesh
Ubuntu 20.04
The text was updated successfully, but these errors were encountered:
This might due to the problem of headless rendering on a server. I found a solution on sicxu/Deep3DFaceRecon_pytorch#2 and it works.
export PYOPENGL_PLATFORM=egl cp docker/10_nvidia.json /usr/share/glvnd/egl_vendor.d/10_nvidia.json
where docker/10_nvidia.json can be downloaded from https://github.com/nv-tlabs/GET3D/blob/master/docker/10_nvidia.json
docker/10_nvidia.json
Sorry, something went wrong.
Thanks @ybbbbt for the solution! I have also changed nvdiffrast's default backend to Cuda in the latest commit, which should work without OpenGL.
Thank you!
Seems to result in a blob for the output, not sure if related
No branches or pull requests
Description
Getting this error [F glutil.cpp:338] eglInitialize() failed when running with latest commit
Steps to Reproduce
Run latest code with Dockerfile
Expected Behavior
This is during python3 main.py --workspace trial -O2 --test --save_mesh
Environment
Ubuntu 20.04
The text was updated successfully, but these errors were encountered: