Created by: lxastro
如题,iou_similarity对于整数坐标输入的计算存在问题。 对于box_normalized=False的情况, iou_similarity中的面积计算都应该改为 (ymax-ymin+1) * (xmax-xmin+1)。