voxelizer
voxelizer copied to clipboard
custom data
can i use this repo to generate semantickitti-like format dataset of my own data, what element do i need? looking forward to your reply thanks!
currently, we just support the KITTI format and folder structure as specified in the README. Have a look at the original KITTI data. The poses.txt contains the poses of each scan in a row-wise homogenous matrix format, where the last row (0,0,0,1) is ommited. The calib.txt contains the transformation matrices, and can also simply replaced by identity matrices.