gpt4 book ai didi

python - VSCode - 在调试时显示图像

转载 作者:行者123 更新时间:2023-12-04 09:40:41 27 4
gpt4 key购买 nike

我目前正在使用 visual studio code 来调试 python 文件。在那个 python 文件中是一个 numpy 图像。当我尝试导入 matplotlib 来显示图像时,它没有显示:

- plt.imshow(pred_scores)
<matplotlib.image.AxesImage object at 0x7f3d43e691d0>
- plt.show()
None
- pred_scores
array([[0., 0., 0., ..., 0., 0., 0.],
[0., 0., 0., ..., 0., 0., 0.],
...

基本上什么都没发生。真的可以在这里显示图像吗?

最佳答案

有一个扩展允许您在 python 调试期间查看图像/绘图。您只需在编辑器中选择图像变量,然后单击它附近就会出现的灯泡。基本上,它只是将图像保存到一个临时位置,然后在旁边打开它。

免责声明:我是扩展的作者。

https://marketplace.visualstudio.com/items?itemName=elazarcoh.simply-view-image-for-python-debugging

关于python - VSCode - 在调试时显示图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62351886/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com