ZPdesu / SEAN

SEAN: Image Synthesis with Semantic Region-Adaptive Normalization (CVPR 2020, Oral)
https://zpdesu.github.io/SEAN/
Other
652 stars 95 forks source link

having trouble with UI "qt.qpa.plugin issue" #40

Open jakeyahn opened 2 years ago

jakeyahn commented 2 years ago

qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "/home/student/anaconda3/envs/sean_env/lib/python3.7/site-packages/cv2/qt/plugins" even though it was found. This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

any suggestion?

all the other pretrained model works fine! currently using ubuntu server from VScode

lzaazl commented 2 years ago

I guess you use the VSCode to connect the remote Ubuntu Server. This issue is probably due to no display screen or UI client can be found on the server.

So. To run the UI program, you might have to install the Qt-related packages on your local machine.

wudidecc commented 2 years ago

Could you please explain in detail which packages you need? I've been working on it for a while

ankurhora commented 1 year ago

installing python-opencv-headless might solve your problem.