minor fix
parent
0e8d27f246
commit
74b18e72f8
|
@ -688,8 +688,6 @@ class OlnRPNHead(RPNHead):
|
||||||
ids = ids[valid_inds]
|
ids = ids[valid_inds]
|
||||||
|
|
||||||
nms_cfg = dict(type='nms', iou_threshold=cfg.nms_thr)
|
nms_cfg = dict(type='nms', iou_threshold=cfg.nms_thr)
|
||||||
|
|
||||||
import pdb; pdb.set_trace()
|
|
||||||
|
|
||||||
if nms_cfg in [0.0, 1.0]:
|
if nms_cfg in [0.0, 1.0]:
|
||||||
# No NMS:
|
# No NMS:
|
||||||
|
|
Loading…
Reference in New Issue