MrTornado24 / FENeRF

[CVPR 2022] FENeRF: Face Editing in Neural Radiance Fields
MIT License
225 stars 19 forks source link

run_UI.py could not work #8

Closed JunshenZheng closed 2 years ago

JunshenZheng commented 2 years ago

when I try to run run_UI.py,something wrong happens.

QObject::moveToThread: Current thread (0x5555f1280ce0) is not the object's thread (0x5555f3a25330). Cannot move to target thread (0x5555f1280ce0) qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "/home/junshen/anaconda3/envs/fenerf/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. Available platform plugins are: xcb, eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl.

MrTornado24 commented 2 years ago

Hi, the error may be caused by Pyqt5 installation. You may refer to some blogs.

JunshenZheng commented 2 years ago

Hi, the error may be caused by Pyqt5 installation. You may refer to some blogs.

I try the method but still coundn't work. Could you tell me the version of python , opencv and pyqt5 which you use? Thanks!

MrTornado24 commented 2 years ago

Hi, the error may be caused by Pyqt5 installation. You may refer to some blogs.

I try the method but still coundn't work. Could you tell me the version of python , opencv and pyqt5 which you use? Thanks!

Python: 3.9 opencv: 4.5.5.64 pyqt5: 5.12.3

ZziTaiLeo commented 1 year ago

Hi, the error may be caused by Pyqt5 installation. You may refer to some blogs.

I try the method but still coundn't work. Could you tell me the version of python , opencv and pyqt5 which you use? Thanks!

Python: 3.9 opencv: 4.5.5.64 pyqt5: 5.12.3

I use pip to install these packages, but it still couldn't work, Did you use conda?