zhangyp15 / OccFormer

[ICCV 2023] OccFormer: Dual-path Transformer for Vision-based 3D Semantic Occupancy Prediction
https://arxiv.org/abs/2304.05316
Apache License 2.0
324 stars 22 forks source link

ModuleNotFoundError: No module named 'visualize_nusc_release' #10

Open ao10ya opened 1 year ago

ao10ya commented 1 year ago

Hi, When I run the script python projects/mmdet3d_plugin/visualize/visualize_nusc_video.py $YOUR_SAVE_PATH $YOUR_VISUALIZE_SAVE_PATH,I met the error below.

Traceback (most recent call last):
  File "projects/mmdet3d_plugin/visualize/visualize_nusc_video.py", line 8, in <module>
    from visualize_nusc_release import draw_nusc_occupancy
ModuleNotFoundError: No module named 'visualize_nusc_release'

I cannot find and import the visualize_nusc_release module.

When I try to execute the code after installing PyQT5 using pip install PyQT5 the following error occurs.

QObject::moveToThread: Current thread (0xd4bcc0) is not the object's thread (0x1416720).
Cannot move to target thread (0xd4bcc0)

qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "/home/limlab/anaconda3/envs/occformer/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.

Aborted (core dumped)

please help me

Eagleflag88 commented 1 year ago

same problem here, do you have a solution to that?

Eagleflag88 commented 1 year ago

I have fixed it.

it should be "visualize_nusc" instead of "visualize_nusc_release"