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.
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.