Convert positions to integer indices然后Mask out points that are outside the considered spatial extent.然后Sort tensors so that those within the same voxel are consecutives.然后Project to bird's-eye view by summing voxels.然后Put channel in second position and remove z dimension
时间: 2024-04-04 08:35:15 浏览: 173
MMATrans.rar_Grid map_The First_z map_z-map
5星 · 资源好评率100%
这句话看起来像是一系列的数据处理步骤,需要进一步的上下文才能确定它指的是什么。不过从字面意思来看,这句话的意思可能是:
1. 将位置转换为整数索引;
2. 掩盖掉在考虑的空间范围之外的点;
3. 对张量进行排序,使得在同一个体素内的点是连续的;
4. 通过对体素求和来将点投影到鸟瞰图上;
5. 将通道放在第二个位置,并去掉 z 维度。
阅读全文