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

Help, "Segmentation fault" occur at "x = self.conv_input(input_sp_tensor)" #1

Open
drilistbox opened this issue Sep 2, 2023 · 1 comment

Comments

@drilistbox
Copy link

Thanks for your interesting work.

But "Segmentation fault" occur at "x = self.conv_input(input_sp_tensor)", i.e. "

x = self.conv_input(input_sp_tensor)
".

Waiting for your helps!!!

@cskkxjk
Copy link
Owner

cskkxjk commented Sep 3, 2023

I see similar problems in this issue.

Based on this spconv issue, the segfault could be attributed to the gcc version (traveller59/spconv#245 (comment)).

On Ubuntu 18.04, gcc-7.5.0 works for me. Please follow the instructions here carefully to install the spconv-1.2.1.

Besides, backbones_3d_lidar is only required to train the kitti models.
To test the kitti checkpoints or train waymo models, lidar models are not needed, so you can comment out LIDAR_MODEL in yaml configs. i.e.
"https://github.com/cskkxjk/MonoNeRD/blob/main/configs/mono/waymo_models/waymo_kitti_format.yaml"

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