SurroundOcc
SurroundOcc copied to clipboard
Do you have the python script for subsampling the full-resolution mesh data with semantics
Hi, you may refer here https://github.com/weiyithu/SurroundOcc/blob/736b3ada2e4dd0b912593330fd2c96bfbb223aef/tools/generate_occupancy_nuscenes/generate_occupancy_nuscenes.py#L404. We first convert mesh vertices to voxels, and then use KNN to assign semantic labels.