ai4ce / SSCBench

SSCBench: A Large-Scale 3D Semantic Scene Completion Benchmark for Autonomous Driving
175 stars 10 forks source link

Most voxels are invalid in KITTI-360 #21

Closed gxytcrc closed 3 weeks ago

gxytcrc commented 1 month ago

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.

微信图片_20240930204725 微信图片_20240930210428
Gaaaavin commented 1 month ago

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.