Open TvdrBurgt opened 12 months ago
When the number of detections before NMS exceeds the value set by split_thr, NMS would be performed class specifically even if class_agnostic=True. This fix ensures that NMS is always performed class agnostically when class_agnostic=True.
split_thr
class_agnostic=True
When the number of detections before NMS exceeds the value set by
split_thr
, NMS would be performed class specifically even ifclass_agnostic=True
. This fix ensures that NMS is always performed class agnostically whenclass_agnostic=True
.