jmccormac / pySceneNetRGBD

Scripts showing how to work with the SceneNetRGBD dataset
GNU General Public License v3.0
178 stars 46 forks source link

Running error: Pangolin X11: Indirect GLX rendering context obtained #32

Closed sherleens closed 4 years ago

sherleens commented 4 years ago

Hi, I am trying to generate 3D scenes from your data using code provided in https://bitbucket.org/dysonroboticslab/scenenetrgb-d/src/master/ . The installation is sucessful, but when I run the second step "./room_camera_intersection /path/to/your/ShapeNet/ /path/to/your/SceneNetRGBD_Layouts/ ../../scene_generator/build/scene_description.txt", something wrong happened. The error is:

Framebuffer with requested attributes not available. Using available framebuffer. You may see visual artifacts.X11 Error: GLXBadFBConfig Pangolin X11: Indirect GLX rendering context obtained .... Segmentation fault (core dumped)

I use MobaSterm to connect the remote ubuntu server. I want to know is it possible to generate data in this remote way?

Thanks

ankurhanda commented 4 years ago

OpenGL does not allow rendering with a remote connection so unfortunately it won't work for you.