09 2022 档案

摘要:『笔记』手撕代码 手写iou def compute_iou(box1, box2): # 两box对应位置的相反值, 小的位置(1)就是取max, 大的位置(2)就是取min xx1 = max(box1[0], box2[0]) yy1 = max(box1[1], box2[1]) xx2 = 阅读全文
posted @ 2022-09-01 16:55 traviscui 阅读(28) 评论(0) 推荐(0) 编辑

more_horiz
keyboard_arrow_up dark_mode palette
选择主题
点击右上角即可分享
微信分享提示