shunsukesaito / PIFu

This repository contains the code for the paper "PIFu: Pixel-Aligned Implicit Function for High-Resolution Clothed Human Digitization"
https://shunsukesaito.github.io/PIFu/
Other
1.77k stars 340 forks source link

render_data #123

Open UestcJay opened 2 years ago

UestcJay commented 2 years ago

many thanks for your work! when I run render_data.py, there is a error return.

ssh://root@172.18.41.24:7760/root/anaconda3/envs/pifu/bin/python -u /root/shenzhen/lkq/PIFu/apps/render_data.py -e Traceback (most recent call last): File "/root/shenzhen/lkq/PIFu/apps/render_data.py", line 281, in initialize_GL_context(width=args.size, height=args.size, egl=args.egl) File "/root/shenzhen/lkq/PIFu/lib/renderer/gl/init_gl.py", line 22, in initialize_GL_context create_opengl_context((width, height)) File "/root/shenzhen/lkq/PIFu/lib/renderer/gl/glcontext.py", line 110, in create_opengl_context raise ImportError('Cannot initialize a headless EGL display.') ImportError: Cannot initialize a headless EGL display.

Process finished with exit code 1

how to solve it?

BhaumikThakkar commented 1 year ago

Hello there, this might help: export MESA_GL_VERSION_OVERRIDE=3.3 in terminal Thank You