Skip to content

Commit

Permalink
delete plt.cla()
Browse files Browse the repository at this point in the history
  • Loading branch information
MengzhangLI committed Jun 9, 2022
1 parent 20e591b commit 5af1c05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mmseg/apis/inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,3 @@ def show_result_pyplot(model,
plt.show(block=block)
if out_file is not None:
mmcv.imwrite(img, out_file)
plt.cla()

0 comments on commit 5af1c05

Please sign in to comment.