RaphaelGinoulhac / SnapNetPonts

A SnapNet fork, experimenting on the original dataset (Semantic-8), and adapting it to an indoor dataset (scannet)
Other
5 stars 2 forks source link

qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in "" #2

Open whu-lee opened 3 years ago

whu-lee commented 3 years ago

Hi, @RaphaelGinoulhac ,

Thank you for explaining the ssh connection service instructions! I'am using a SSH connection,and I execute : DISPLAY=:0 python3 sem3d_gen_images.py --config config.json . but I also got "qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in "" "

If I add the following code “ os.environ["QT_QPA_PLATFORM"] = "offscreen" ” in sem3d_gen_images.py, this program will wait forever without error.

How could I sovle this? Thank you for your answer.