Replies: 3 comments
-
When I run 'python scripts/run.py --mode=nerf --scene=./data/nerf/fox --save_mesh=./fox.obj --gui' |
Beta Was this translation helpful? Give feedback.
-
Something fishy seems to indeed be the case with your OpenGL setup. It is already installed -- otherwise the program wouldn't have compiled and started successfully -- so I recommend searching the web for why the "GLXBadFBConfig" could occur on your system. My guess without googling is as good as yours on this one, unfortunately. That said, if you don't actually need the GUI, both run.py and the testbed binary offer command line options to run without GUI. |
Beta Was this translation helpful? Give feedback.
-
@DRosemei |
Beta Was this translation helpful? Give feedback.
-
Errors are below
And I run 'glxinfo | grep "OpenGL version"', it gots '-bash: glxinfo: command not found
' Does it mean I need to install opengl in centos?
Beta Was this translation helpful? Give feedback.
All reactions