huang-yh / GaussianFormer

[ECCV 2024] Scene as Gaussians for Vision-Based 3D Semantic Occupancy Prediction
Other
222 stars 10 forks source link

classes #21

Open Yzichen opened 4 days ago

Yzichen commented 4 days ago

Class ids 1-16 represent [barrier', 'bicycle', 'bus', 'car', 'construction_vehicle', 'motorcycle', 'pedestrian', 'traffic_cone', 'trailer', 'truck', 'driveable_surface', 'other_flat', 'sidewalk', 'terrain', 'manmade', 'vegetation], but what do classes 0 and 17 represent?

huang-yh commented 4 days ago

Sorry for the confusion. Class 17 represents the empty class. Class 0 does not represent anything and would not appear in the GroundTruth, so the model would learn to simply ignore this class.