prclibo/kitti_eval

comments can not be compatible with code

Opened this issue · 0 comments

// this ground truth is not of the current or a neighboring class and therefore ignored if(ignored_gt[i]==-1) continue;
The case of neighboring class is not included when ignored_gt==-1.
May be some problems happen here