hova88 / PointPillars_MultiHead_40FPS

A REAL-TIME 3D detection network [Pointpillars] compiled by CUDA/TensorRT/C++.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

what does kNumGatherPointFeature mean? What's my kNumGatherPointFeature,and my RPN_HEAD_CFGS as show blow:

qiuhui1991 opened this issue · comments

RPN_HEAD_CFGS: [
{
'HEAD_CLS_NAME': [ 'vehicle' ],
},
{
'HEAD_CLS_NAME': [ 'car' ],
},
{
'HEAD_CLS_NAME': [ 'pedestrian'],
},
{
'HEAD_CLS_NAME': [ 'cyclist' ],
},
]