Merge NMS update
This commit is contained in:
parent
171b4129b5
commit
a322fc5d4b
|
@ -564,6 +564,7 @@ def non_max_suppression(prediction, conf_thres=0.1, iou_thres=0.6, multi_label=T
|
|||
i = iou.max(0)[0] < iou_thres
|
||||
|
||||
output[xi] = x[i]
|
||||
return output
|
||||
|
||||
|
||||
def get_yolo_layers(model):
|
||||
|
|
Loading…
Reference in New Issue