jbehley / voxelizer

Voxelize point clouds.
MIT License
163 stars 20 forks source link

Segmentation fault (core dumped) #10

Open SISTMrL opened 1 year ago

SISTMrL commented 1 year ago

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)

jbehley commented 1 year ago

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.

SISTMrL commented 1 year ago

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?