musyoku / chainer-gqn

Neural scene representation and rendering (GQN)
MIT License
182 stars 25 forks source link

Run in remote server #6

Open ZeitgeberH opened 6 years ago

ZeitgeberH commented 6 years ago

Hi, Thanks for your repo! I am trying to run your code on a remote server. It seems there is some issue related to X11 forwarding and GL rendering. Is it possible to run the code in a headless mode (without creating the window).

``python create_dataset.py Error 65544: X11: RandR gamma ramp support seems broken Error 65542: GLX: GLX version 1.3 is required Traceback (most recent call last): File "create_dataset.py", line 104, in main() File "create_dataset.py", line 33, in main renderer = gqn.three.Renderer(screen_size[0], screen_size[1]) RuntimeError: Failed to initialize GLFW.

musyoku commented 6 years ago

Hi. The renderer is currently under development and still needs shading, headless mode and wall texture. I will support them.

shuqinlee commented 6 years ago

Hi, Thanks for your code. I met the same problem. Is there a way to solve this? or could you provide some solutions to it (no need to implement it now)

musyoku commented 6 years ago

Hi. I created gqn-datasets-translator.

musyoku commented 5 years ago

Hi. I am developing a new renderer. https://github.com/musyoku/gqn-dataset-renderer