voxelizer icon indicating copy to clipboard operation
voxelizer copied to clipboard

Segmentation fault (core dumped)

Open SISTMrL opened this issue 2 years ago • 3 comments

I have no label files about semantic information, and my point cloud folder is shown as follows: --pc-for-voxelizer --calib.txt --poses.txt --velodyne

when i run the ./voxelizer --path_to_pc-for-voxelizer, it encountered segmentation fault(core dumped)

SISTMrL avatar Apr 11 '23 13:04 SISTMrL

the .\voxelizer is a GUI application, where you have to open the corresponding folder with the given folder structure. I don't check for every eventuality, therefore you might have to start the program with gdb to figure out where the code fails.

jbehley avatar Apr 11 '23 13:04 jbehley

i run my command with my vscode which is linked to remote linux server via ssh, you said voxelizer is a gui application, should i run my code locally?

SISTMrL avatar Apr 12 '23 08:04 SISTMrL