HKUST-Aerial-Robotics / Stereo-RCNN

Code for 'Stereo R-CNN based 3D Object Detection for Autonomous Driving' (CVPR 2019)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About NMS

xy-guo opened this issue · comments

The nms seems to be different from the original version. Could you explain the reason? Thank you

xx2 = np.maximum(x2[i], x2[order[1:]])