d2l-pytorch icon indicating copy to clipboard operation
d2l-pytorch copied to clipboard

Saving figure with bounding boxes

Open Anytram opened this issue 2 years ago • 1 comments

Hi, I was following your tutorial on https://d2l.ai/chapter_computer-vision/bounding-box.html How can I save figure with bounding boxes on it?

Anytram avatar Apr 20 '22 05:04 Anytram

You may use the "fig.savefig()" command from matplotlib to save the image.

suvaansh avatar Apr 20 '22 08:04 suvaansh