ruijiege

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2022年12月8日

摘要: 连接: 目标检测评价标准mAP - 知乎 (zhihu.com) 1.混淆矩阵 真实值(true) 真实值(false) 预测值(true)TP (True Positive) FP(False Positive) 预测值(false)FN(False Negative) TN(True Negat 阅读全文
posted @ 2022-12-08 14:27 哦哟这个怎么搞 阅读(21) 评论(0) 推荐(0) 编辑

摘要: https://paperswithcode.com/sota/image-classification-on-imagenet 阅读全文
posted @ 2022-12-08 10:04 哦哟这个怎么搞 阅读(79) 评论(0) 推荐(0) 编辑

摘要: def iou(a, b): """ :param a:4*M*1 left,top,right,bottom :param b:4*1*N left,top,right,bottom :return: """ aleft, atop, aright, abottom = [a[i] for i i 阅读全文
posted @ 2022-12-08 10:00 哦哟这个怎么搞 阅读(26) 评论(0) 推荐(0) 编辑