We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52504ce commit acad84cCopy full SHA for acad84c
py/detector.py
@@ -143,4 +143,5 @@ def deform_bboxs(pred_bboxs, data_dict):
143
pred_bboxs = deform_bboxs(pred_cate_bboxs, data_dict)
144
# 在原图绘制标注边界框和预测边界框
145
dst = draw.plot_bboxs(data_dict['src'], data_dict['bndboxs'], data_dict['name_list'], pred_bboxs, pred_cates, pred_cate_probs)
146
+ cv2.imwrite('./detect.png', dst)
147
draw.show(dst)
0 commit comments