I'm researching the IOU configuration in detectron2,
the configuration for ensuring that the bounding boxes detected do not overlap with each other.
How is this configuration set up in detectron2? Thank you.
I has config:
cfg.MODEL.ROI_HEADS.IOU_THRESHOLDS = [0.1]
cfg.MODEL.ROI_HEADS.IOU_LABELS = [0, 1]
but not working, Overlap phenomenon still occurs