Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'visualize_nusc_release' #10

Open
ao10ya opened this issue May 22, 2023 · 2 comments
Open

ModuleNotFoundError: No module named 'visualize_nusc_release' #10

ao10ya opened this issue May 22, 2023 · 2 comments

Comments

@ao10ya
Copy link

ao10ya commented May 22, 2023

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
Copy link

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

@Eagleflag88
Copy link

I have fixed it.

it should be "visualize_nusc" instead of "visualize_nusc_release"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants