We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks for your interesting work.
But "Segmentation fault" occur at "x = self.conv_input(input_sp_tensor)", i.e. "
MonoNeRD/mononerd/models/backbones_3d_lidar/spconv_backbone.py
Line 385 in 2d15e6f
Waiting for your helps!!!
The text was updated successfully, but these errors were encountered:
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"
Sorry, something went wrong.
No branches or pull requests
Thanks for your interesting work.
But "Segmentation fault" occur at "x = self.conv_input(input_sp_tensor)", i.e. "
MonoNeRD/mononerd/models/backbones_3d_lidar/spconv_backbone.py
Line 385 in 2d15e6f
Waiting for your helps!!!
The text was updated successfully, but these errors were encountered: