Segmentation fault (core dumped)
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)
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.
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?