提交 5925df75 编写于 作者: F FlyingQianMM

change legend from low_right to low_left for score-recall curve

上级 d80fb08c
......@@ -278,7 +278,7 @@ def draw_pr_curve(eval_details_file=None,
color = [float(c) / 255 for c in color]
color.append(0.75)
plt.plot(x, sr_array, color=color, label=nm, linewidth=1)
plt.legend(loc="lower right", fontsize=5)
plt.legend(loc="lower left", fontsize=5)
plt.savefig(
os.path.join(save_dir, "./{}_pr_curve(iou-{}).png".format(
style, iou_thresh)),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册