Hi, thank you for providing the dataset. I am currently evaluating methods on KITTI-360 and have loaded the ..1_1.npy file from the preprocess/label folder. However, I noticed that over 80% of the voxels are labeled as invalid, including those in the air. Shouldn't these voxels be labeled as empty, with only occluded voxels marked as invalid? Here is a visualization (000000 in 06 sequences) where black voxels represent those labeled as invalid, and white voxels are labeled as empty. You can see only very few voxels are set to empty, most of them are invalid.
This is expected. Please refer to the paper for detailed definition of the "free" voxels. All the unprobed voxels are set to unknown. We only set those voxels that passed by at least lidar ray as free.
Hi, thank you for providing the dataset. I am currently evaluating methods on KITTI-360 and have loaded the ..1_1.npy file from the preprocess/label folder. However, I noticed that over 80% of the voxels are labeled as invalid, including those in the air. Shouldn't these voxels be labeled as empty, with only occluded voxels marked as invalid? Here is a visualization (000000 in 06 sequences) where black voxels represent those labeled as invalid, and white voxels are labeled as empty. You can see only very few voxels are set to empty, most of them are invalid.