
Dear all,
first of thank you for providing the dataset. I am trying to evaluate a model on your KITTI-360 benchmark, but have run into one issue. In every scene there are a lot of empty (unlabeled) voxels under the scene that are not labeled as invalids. You can see these voxels in green in the above plot for frame 2500 of the 00 sequence, but I have checked and they seem to persist in every scene of the KITTI-360 dataset.
The exact definition used is: an empty voxel with z <= 6 and only 0 or 255 voxels under it with respect to the z-axis.
Have loaded the data incorrectly? I used your preprocess script with the according .yaml file (both provided in your repository) to generate the 256x256x32 numpy arrays.
These voxels pose a significant challenge to methods that are not directly trained on your dataset e.g. methods only using 2D supervision.
Kind regards,
Adrian