下载最新版本OE代码阅读,在ddk/samples/ai_benchmark/code/src/method/qat_centerpoint_preprocess_method.cc的void QATCenterPointPreProcessMethod::GenFeatureDim5(float scale)函数中发现如下判断函数,想咨询下该判断是否必要?
if (config_->pillar_point_num[i] >config_->kmax_num_point_pillar_vec[j])
我理解pillar_point_num[i] 为当前voxel中的点个数,kmax_num_point_pillar_vec[j]为[0,20]的向量







