Tsinghua-MARS-Lab / Occ3D

MIT License
404 stars 26 forks source link

Why do unobserved voxels have semantic labels? #36

Open Agito555 opened 7 months ago

Agito555 commented 7 months ago

When I run the following code: np.unique(semantics[mask_lidar==0]), I find that even unobserved voxels have semantic labels. Considering that the OCC dataset is not manually annotated but based on auto-labeling, I'm curious about the origin of these labels. Should they just be ignored?