UserWarning: Matplotlib is currently using agg,which is a non-GUI backend, so cannot show the figure

在跑 mask-rcnn 代碼的時候,遇到了 plt 沒法顯示圖像的問題。web 經一番排查,發現發生在 coco.py 文件svg 將 「Agg」 改成 「TkAgg」,問題解決code import matplotlib; matplotlib.use('TkAgg')
相關文章
相關標籤/搜索