robbiebarrat / Sculpture-GAN

3D-DCGAN trained on a corpus of 3D printable objects - as a result, the generations are usually 3D printable
111 stars 27 forks source link

I was on the last step, which is to run visualize.py. Stuck running on headline servers. #3

Closed henryjj99 closed 5 years ago

henryjj99 commented 5 years ago

I was running all py files on my server and I tried to 'xvfb-run -s "-screen 0 640x480x24" python visualize.py' but it got stuck. Any idea how to run it on headless machines? Or it's better to run locally?

henryjj99 commented 5 years ago

And when I run directly in Ternimal, it warns:

QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-henry' qt.qpa.screen: QXcbConnection: Could not connect to display Could not connect to any X display.

Any ideas how to run it?

henryjj99 commented 5 years ago

Ok solved. Obviously I need a screen to interact with the gui interface. Silly question LOL