【发布时间】:2019-08-21 08:16:15
【问题描述】:
我试图在 Github 上运行由 matterport 提供的 Mask-RCNN 存储库。 https://github.com/matterport/Mask_RCNN。当我在 anaconda 中运行演示时,它显示"C:\Anaconda\lib\site-packages\matplotlib\figure.py:445: UserWarning: Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figure. % get_backend()) "。有人遇到过类似的问题吗?
【问题讨论】:
-
检查代码是否在某个时候有类似“matplotlib.use('Agg')”的内容并删除此行。它在训练期间抑制绘图窗口。
标签: faster-rcnn