摘要: import numpy as np box1 = np.array([[0,0,100,100],[0,0,100,100]]) box2 = np.array([[50,50,100,100],[0,0,80,80]]) def calc_iou(boxes1, boxes2): # calcu 阅读全文
posted @ 2021-06-21 15:49 刘文华 阅读(253) 评论(0) 推荐(0) 编辑