Gradiant / pyodi

Python Object Detection Insights
https://gradiant.github.io/pyodi/
Mozilla Public License 2.0
192 stars 16 forks source link

[apps.paint_annotations] Close figures after plotting images #84

Closed mmeendez8 closed 3 years ago

mmeendez8 commented 4 years ago

Call plt.close() inside for loop after figure is saved to avoid memory leaks

mmeendez8 commented 3 years ago

Fixed in #100