我试图在Github中运行由物质端口提供的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()) "
。有没有人遇到类似的问题?
答案 0 :(得分:0)
如果要在远程服务器上进行绘图,则可以使用ssh X11转发来显示matplotlib绘图。
尝试使用它,
import matplotlib
matplotlib.use('tkagg')
确保您拥有XMing或XQuartz(如果在Mac上),并使用-Y
$ shh -Y username @ servidorIP
答案 1 :(得分:0)
在〜/ .config / matplotlib / matplotlibrc中输入或更改以下行,以“ backend:”开头: 后端:tkagg