wzzheng / TPVFormer

An academic alternative to Tesla's occupancy network for autonomous driving.
https://wzzheng.net/TPVFormer/
Apache License 2.0
1.1k stars 102 forks source link

Core dump in visulization #26

Closed qihao-plus closed 1 year ago

qihao-plus commented 1 year ago

Meet coredump in visulization

(open-mmlab) ~/TPVFormer$ python visualization/vis_scene.py     --py-config config/tpv04_occupancy.py     --work-dir out/tpv_occupancy     --ckpt-path ckpts/tpv04_occupancy_v2.pth     --save-path out/tpv_occupancy/videos     --scene-name scene-0916
QObject::moveToThread: Current thread (0x49973b0) is not the object's thread (0x53adbe0).
Cannot move to target thread (0x49973b0)

qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "/home/qihaoh/anaconda3/envs/open-mmlab/lib/python3.8/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.

Aborted (core dumped)
qihao-plus commented 1 year ago

fixed by "conda install -c anaconda pyqt"