摘要: def voc_ap(rec, prec, use_07_metric=False): """ ap = voc_ap(rec, prec, [use_07_metric]) Compute VOC AP given precision and recall. If use_07_metric is true, uses the VOC 07 11 point... 阅读全文
posted @ 2018-07-06 14:51 有梦就要去实现他 阅读(497) 评论(0) 推荐(0) 编辑
摘要: 需解决问题: 1.离散点进行平滑曲线画法 https://blog.csdn.net/cdqn10086/article/details/70143616 2.把auc计算的结果画到图片上,使用plt.text,即文本显示 官网给的方法:https://matplotlib.org/users/te 阅读全文
posted @ 2018-07-06 14:19 有梦就要去实现他 阅读(268) 评论(0) 推荐(0) 编辑
摘要: 解决办法: https://stackoverflow.com/questions/37604289/tkinter-tclerror-no-display-name-and-no-display-environment-variable 阅读全文
posted @ 2018-07-06 14:05 有梦就要去实现他 阅读(1515) 评论(0) 推荐(0) 编辑