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
765 stars 96 forks source link

How to remove the false detection? #149

Closed rockywind closed 6 months ago

rockywind commented 10 months ago

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

atlantins commented 10 months ago

How you get the visulization photo like the first one ?

eagle-chase commented 10 months 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 10 months ago

Because their IoU is less than 0.25.

rockywind commented 10 months 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.