tusen-ai / SST

Code for a series of work in LiDAR perception, including SST (CVPR 22), FSD (NeurIPS 22), FSD++ (TPAMI 23), FSDv2, and CTRL (ICCV 23, oral).
Apache License 2.0
801 stars 102 forks source link

How to remove the false detection? #149

Closed rockywind closed 11 months ago

rockywind commented 1 year ago

Hi, Why the nms not remove the false detection? image This is my config. image

atlantins commented 1 year ago

How you get the visulization photo like the first one ?

eagle-chase commented 1 year ago

The default algorithm used should be 3diou_ NMS, I think other NMS methods can be used for large targets or the IoU threshold can be lowered

Abyssaledge commented 1 year ago

Because their IoU is less than 0.25.

rockywind commented 1 year ago

@Abyssaledge I think it need a nms between multi-class. The white is the truck and the pink is the bus. Their IOU is very large.