NMS

參考地址:python https://blog.csdn.net/m0_37605642/article/details/98358864 NMS def nms_cpu(dets, thresh): dets = dets.numpy() x1 = dets[:, 0] y1 = dets[:, 1] x2 = dets[:, 2] y2 = dets[
相關文章
相關標籤/搜索