MATPLOTLIB—fail to allocate bitmap

本文详细记录了解决Matplotlib在大量生成图片时遇到的failtoallocatebitmap问题,通过升级Python和matplotlib版本,以及清理画布和坐标轴,提供了一个有效的解决方案。建议尝试关闭窗口、清空缓存并更新到Python 3.6.13和Matplotlib 3.3.4来避免此问题。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

MATPLOTLIB—fail to allocate bitmap

尝试过网上提供的解决这种问题的方法,但是改进后依然存在这个问题,这个问题困扰了两三天,记录一下解决方案,希望能给大家带来新思路。

依赖的库版本

python == 3.7.0
matplotlib == 3.4.2

网上提供的解决方法(关闭画图窗口清除当前图片和坐标轴)

 fig, ax = plt.subplots(figsize=(4,2))
 plt.xlim(0,1200)
 plt.ylim(-1,1)
	  
  # """去掉边框"""
  ax.spines['top'].set_visible(False)
  ax.spines['right'].set_visible(False)
  ax.spines['bottom'].set_visible(False)
  ax.spines['left'].set_visible(False)
	
  # """去掉坐标轴和坐标"""
  plt.xticks([])
  plt.yticks([])

  plt.plot(i,'blue',linewidth=0.5)
  # plt.clf() # Clear the current figure.
  # plt.cla() # Clear the current axes.
  plt.close('all') # Close a figure window.

存在的问题

程序能够生成图片,但是一次性批量生成很多张图片(eg.4000张),后面部分图片就生成失败,显示 fail to allocate bitmap 。

我的解决方法

explain:应该改不是代码的问题。

尝试更改python的版本。

新的库版本

python == 3.6.13
matplotlib == 3.3.4

总结(解决方法)

1.关闭画图窗口
2.清除当前图片和坐标轴
3.更改python版本
E:\Python_Project\ADD_NOISE\.venv\Scripts\python.exe E:\Python_Project\ADD_NOISE\main.py 开始处理目录: E:\Python_Project\ADD_NOISE\infrared multi 噪声参数: 均值=0, 标准差=6 输出目录: E:\Python_Project\ADD_NOISE\infrared_gray_noisy 添加高斯噪声: 0%| | 1/704 [00:00<02:29, 4.71it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\CDDFuse\zhongchangdataset\1.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\CDDFuse\zhongchangdataset\10.png 时出错: name 'stddev' is not defined 添加高斯噪声: 0%| | 3/704 [00:00<01:07, 10.34it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\CDDFuse\zhongchangdataset\11.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\CDDFuse\zhongchangdataset\12.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\CDDFuse\zhongchangdataset\13.png 时出错: name 'stddev' is not defined 添加高斯噪声: 1%| | 5/704 [00:00<00:52, 13.41it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\CDDFuse\zhongchangdataset\14.png 时出错: name 'stddev' is not defined 添加高斯噪声: 1%| | 7/704 [00:00<00:46, 14.88it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\CDDFuse\zhongchangdataset\15.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\CDDFuse\zhongchangdataset\16.png 时出错: name 'stddev' is not defined 添加高斯噪声: 1%|▏ | 9/704 [00:00<00:43, 15.93it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\CDDFuse\zhongchangdataset\17.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\CDDFuse\zhongchangdataset\18.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\CDDFuse\zhongchangdataset\19.png 时出错: name 'stddev' is not defined 添加高斯噪声: 2%|▏ | 11/704 [00:00<00:41, 16.53it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\CDDFuse\zhongchangdataset\2.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\CDDFuse\zhongchangdataset\20.png 时出错: name 'stddev' is not defined 添加高斯噪声: 2%|▏ | 13/704 [00:00<00:42, 16.20it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\CDDFuse\zhongchangdataset\21.png 时出错: name 'stddev' is not defined 添加高斯噪声: 2%|▏ | 15/704 [00:01<00:40, 16.98it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\CDDFuse\zhongchangdataset\22.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\CDDFuse\zhongchangdataset\3.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\CDDFuse\zhongchangdataset\4.png 时出错: name 'stddev' is not defined 添加高斯噪声: 2%|▏ | 17/704 [00:01<00:39, 17.51it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\CDDFuse\zhongchangdataset\5.png 时出错: name 'stddev' is not defined 添加高斯噪声: 3%|▎ | 19/704 [00:01<00:38, 17.65it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\CDDFuse\zhongchangdataset\6.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\CDDFuse\zhongchangdataset\7.png 时出错: name 'stddev' is not defined E:\Python_Project\ADD_NOISE\main.py:45: RuntimeWarning: More than 20 figures have been opened. Figures created through the pyplot interface (`matplotlib.pyplot.figure`) are retained until explicitly closed and may consume too much memory. (To control this warning, see the rcParam `figure.max_open_warning`). Consider using `matplotlib.pyplot.close()`. plt.figure(figsize=(12, 6)) 添加高斯噪声: 3%|▎ | 21/704 [00:01<00:38, 17.70it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\CDDFuse\zhongchangdataset\8.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\CDDFuse\zhongchangdataset\9.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\FusionGAN\zhongchang\1.png 时出错: name 'stddev' is not defined 添加高斯噪声: 3%|▎ | 23/704 [00:01<00:38, 17.80it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\FusionGAN\zhongchang\10.png 时出错: name 'stddev' is not defined 添加高斯噪声: 4%|▎ | 25/704 [00:01<00:37, 18.09it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\FusionGAN\zhongchang\11.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\FusionGAN\zhongchang\12.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\FusionGAN\zhongchang\13.png 时出错: name 'stddev' is not defined 添加高斯噪声: 4%|▍ | 27/704 [00:01<00:37, 18.02it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\FusionGAN\zhongchang\14.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\FusionGAN\zhongchang\15.png 时出错: name 'stddev' is not defined 添加高斯噪声: 4%|▍ | 29/704 [00:01<00:37, 18.10it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\FusionGAN\zhongchang\16.png 时出错: name 'stddev' is not defined 添加高斯噪声: 4%|▍ | 31/704 [00:01<00:41, 16.34it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\FusionGAN\zhongchang\17.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\FusionGAN\zhongchang\18.png 时出错: name 'stddev' is not defined 添加高斯噪声: 5%|▍ | 33/704 [00:02<00:40, 16.66it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\FusionGAN\zhongchang\19.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\FusionGAN\zhongchang\2.png 时出错: name 'stddev' is not defined 添加高斯噪声: 5%|▍ | 35/704 [00:02<00:39, 17.14it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\FusionGAN\zhongchang\20.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\FusionGAN\zhongchang\21.png 时出错: name 'stddev' is not defined 添加高斯噪声: 5%|▌ | 37/704 [00:02<00:38, 17.32it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\FusionGAN\zhongchang\22.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\FusionGAN\zhongchang\3.png 时出错: name 'stddev' is not defined 添加高斯噪声: 6%|▌ | 39/704 [00:02<00:37, 17.71it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\FusionGAN\zhongchang\4.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\FusionGAN\zhongchang\5.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\FusionGAN\zhongchang\6.png 时出错: name 'stddev' is not defined 添加高斯噪声: 6%|▌ | 41/704 [00:02<00:37, 17.84it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\FusionGAN\zhongchang\7.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\FusionGAN\zhongchang\8.png 时出错: name 'stddev' is not defined 添加高斯噪声: 6%|▌ | 43/704 [00:02<00:36, 18.01it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\FusionGAN\zhongchang\9.png 时出错: name 'stddev' is not defined 添加高斯噪声: 6%|▋ | 45/704 [00:02<00:36, 18.00it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\IFCNN\zhongchang\1.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\IFCNN\zhongchang\10.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\IFCNN\zhongchang\11.png 时出错: name 'stddev' is not defined 添加高斯噪声: 7%|▋ | 47/704 [00:02<00:35, 18.25it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\IFCNN\zhongchang\12.png 时出错: name 'stddev' is not defined 添加高斯噪声: 7%|▋ | 49/704 [00:02<00:39, 16.49it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\IFCNN\zhongchang\13.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\IFCNN\zhongchang\14.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\IFCNN\zhongchang\15.png 时出错: name 'stddev' is not defined 添加高斯噪声: 7%|▋ | 51/704 [00:03<00:38, 17.15it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\IFCNN\zhongchang\16.png 时出错: name 'stddev' is not defined 添加高斯噪声: 8%|▊ | 53/704 [00:03<00:37, 17.24it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\IFCNN\zhongchang\17.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\IFCNN\zhongchang\18.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\IFCNN\zhongchang\19.png 时出错: name 'stddev' is not defined 添加高斯噪声: 8%|▊ | 55/704 [00:03<00:37, 17.38it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\IFCNN\zhongchang\2.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\IFCNN\zhongchang\20.png 时出错: name 'stddev' is not defined 添加高斯噪声: 8%|▊ | 57/704 [00:03<00:37, 17.42it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\IFCNN\zhongchang\21.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\IFCNN\zhongchang\22.png 时出错: name 'stddev' is not defined 添加高斯噪声: 8%|▊ | 59/704 [00:03<00:36, 17.84it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\IFCNN\zhongchang\3.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\IFCNN\zhongchang\4.png 时出错: name 'stddev' is not defined 添加高斯噪声: 9%|▊ | 61/704 [00:03<00:36, 17.74it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\IFCNN\zhongchang\5.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\IFCNN\zhongchang\6.png 时出错: name 'stddev' is not defined 添加高斯噪声: 9%|▉ | 63/704 [00:03<00:35, 18.00it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\IFCNN\zhongchang\7.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\IFCNN\zhongchang\8.png 时出错: name 'stddev' is not defined 添加高斯噪声: 9%|▉ | 65/704 [00:03<00:35, 17.82it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\IFCNN\zhongchang\9.png 时出错: name 'stddev' is not defined 添加高斯噪声: 10%|▉ | 67/704 [00:03<00:39, 15.96it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\LatLRR\zhongchang\1.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\LatLRR\zhongchang\10.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\LatLRR\zhongchang\11.png 时出错: name 'stddev' is not defined 添加高斯噪声: 10%|▉ | 69/704 [00:04<00:38, 16.41it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\LatLRR\zhongchang\12.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\LatLRR\zhongchang\13.png 时出错: name 'stddev' is not defined 添加高斯噪声: 10%|█ | 71/704 [00:04<00:36, 17.11it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\LatLRR\zhongchang\14.png 时出错: name 'stddev' is not defined 添加高斯噪声: 10%|█ | 73/704 [00:04<00:37, 17.02it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\LatLRR\zhongchang\15.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\LatLRR\zhongchang\16.png 时出错: name 'stddev' is not defined 添加高斯噪声: 11%|█ | 75/704 [00:04<00:37, 17.00it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\LatLRR\zhongchang\17.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\LatLRR\zhongchang\18.png 时出错: name 'stddev' is not defined 添加高斯噪声: 11%|█ | 77/704 [00:04<00:36, 17.30it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\LatLRR\zhongchang\19.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\LatLRR\zhongchang\2.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\LatLRR\zhongchang\20.png 时出错: name 'stddev' is not defined 添加高斯噪声: 11%|█ | 79/704 [00:04<00:35, 17.73it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\LatLRR\zhongchang\21.png 时出错: name 'stddev' is not defined 添加高斯噪声: 12%|█▏ | 81/704 [00:04<00:34, 17.80it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\LatLRR\zhongchang\22.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\LatLRR\zhongchang\3.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\LatLRR\zhongchang\4.png 时出错: name 'stddev' is not defined 添加高斯噪声: 12%|█▏ | 83/704 [00:04<00:34, 18.04it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\LatLRR\zhongchang\5.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\LatLRR\zhongchang\6.png 时出错: name 'stddev' is not defined 添加高斯噪声: 12%|█▏ | 85/704 [00:04<00:34, 18.08it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\LatLRR\zhongchang\7.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\LatLRR\zhongchang\8.png 时出错: name 'stddev' is not defined 添加高斯噪声: 12%|█▏ | 87/704 [00:05<00:34, 18.01it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\LatLRR\zhongchang\9.png 时出错: name 'stddev' is not defined 添加高斯噪声: 13%|█▎ | 89/704 [00:05<00:45, 13.41it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\lowconstrst\10_1.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\lowconstrst\11_1.png 时出错: name 'stddev' is not defined 添加高斯噪声: 13%|█▎ | 91/704 [00:05<00:42, 14.57it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\lowconstrst\12_1.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\lowconstrst\13_1.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\lowconstrst\14_1.png 时出错: name 'stddev' is not defined 添加高斯噪声: 13%|█▎ | 93/704 [00:05<00:40, 15.18it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\lowconstrst\15_1.png 时出错: name 'stddev' is not defined 添加高斯噪声: 13%|█▎ | 95/704 [00:05<00:38, 15.62it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\lowconstrst\16_1.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\lowconstrst\17_1.png 时出错: name 'stddev' is not defined 添加高斯噪声: 14%|█▍ | 97/704 [00:05<00:37, 16.23it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\lowconstrst\18_1.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\lowconstrst\19_1.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\lowconstrst\1_1.png 时出错: name 'stddev' is not defined 添加高斯噪声: 14%|█▍ | 99/704 [00:05<00:36, 16.69it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\lowconstrst\20_1.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\lowconstrst\21_1.png 时出错: name 'stddev' is not defined 添加高斯噪声: 14%|█▍ | 101/704 [00:06<00:35, 17.07it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\lowconstrst\22_1.png 时出错: name 'stddev' is not defined 添加高斯噪声: 15%|█▍ | 103/704 [00:06<00:34, 17.35it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\lowconstrst\2_1.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\lowconstrst\3_1.png 时出错: name 'stddev' is not defined 添加高斯噪声: 15%|█▍ | 105/704 [00:06<00:33, 17.62it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\lowconstrst\4_1.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\lowconstrst\5_1.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\lowconstrst\6_1.png 时出错: name 'stddev' is not defined 添加高斯噪声: 15%|█▌ | 107/704 [00:06<00:34, 17.55it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\lowconstrst\7_1.png 时出错: name 'stddev' is not defined 添加高斯噪声: 15%|█▌ | 109/704 [00:06<00:33, 17.63it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\lowconstrst\8_1.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\lowconstrst\9_1.png 时出错: name 'stddev' is not defined 添加高斯噪声: 16%|█▌ | 111/704 [00:06<00:33, 17.73it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_avg\1.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_avg\10.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_avg\11.png 时出错: name 'stddev' is not defined 添加高斯噪声: 16%|█▌ | 113/704 [00:06<00:33, 17.85it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_avg\12.png 时出错: name 'stddev' is not defined 添加高斯噪声: 16%|█▋ | 115/704 [00:06<00:42, 13.84it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_avg\13.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_avg\14.png 时出错: name 'stddev' is not defined 添加高斯噪声: 17%|█▋ | 117/704 [00:07<00:39, 14.83it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_avg\15.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_avg\16.png 时出错: name 'stddev' is not defined 添加高斯噪声: 17%|█▋ | 119/704 [00:07<00:37, 15.66it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_avg\17.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_avg\18.png 时出错: name 'stddev' is not defined 添加高斯噪声: 17%|█▋ | 121/704 [00:07<00:35, 16.21it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_avg\19.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_avg\2.png 时出错: name 'stddev' is not defined 添加高斯噪声: 17%|█▋ | 123/704 [00:07<00:34, 16.71it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_avg\20.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_avg\21.png 时出错: name 'stddev' is not defined 添加高斯噪声: 18%|█▊ | 125/704 [00:07<00:33, 17.11it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_avg\3.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_avg\4.png 时出错: name 'stddev' is not defined 添加高斯噪声: 18%|█▊ | 127/704 [00:07<00:33, 17.43it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_avg\5.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_avg\6.png 时出错: name 'stddev' is not defined 添加高斯噪声: 18%|█▊ | 129/704 [00:07<00:32, 17.45it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_avg\7.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_avg\8.png 时出错: name 'stddev' is not defined 添加高斯噪声: 19%|█▊ | 131/704 [00:07<00:32, 17.47it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_avg\9.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_max\fusion_nestfuse_10_subnet_0_attention_max.png 时出错: name 'stddev' is not defined 添加高斯噪声: 19%|█▉ | 133/704 [00:07<00:32, 17.48it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_max\fusion_nestfuse_11_subnet_0_attention_max.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_max\fusion_nestfuse_12_subnet_0_attention_max.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_max\fusion_nestfuse_13_subnet_0_attention_max.png 时出错: name 'stddev' is not defined 添加高斯噪声: 19%|█▉ | 135/704 [00:08<00:32, 17.27it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_max\fusion_nestfuse_14_subnet_0_attention_max.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_max\fusion_nestfuse_15_subnet_0_attention_max.png 时出错: name 'stddev' is not defined 添加高斯噪声: 19%|█▉ | 137/704 [00:08<00:33, 17.10it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_max\fusion_nestfuse_16_subnet_0_attention_max.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_max\fusion_nestfuse_17_subnet_0_attention_max.png 时出错: name 'stddev' is not defined 添加高斯噪声: 20%|█▉ | 139/704 [00:08<00:33, 17.08it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_max\fusion_nestfuse_18_subnet_0_attention_max.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_max\fusion_nestfuse_19_subnet_0_attention_max.png 时出错: name 'stddev' is not defined 添加高斯噪声: 20%|██ | 141/704 [00:08<00:32, 17.35it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_max\fusion_nestfuse_1_subnet_0_attention_max.png 时出错: name 'stddev' is not defined 添加高斯噪声: 20%|██ | 143/704 [00:08<00:32, 17.27it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_max\fusion_nestfuse_20_subnet_0_attention_max.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_max\fusion_nestfuse_21_subnet_0_attention_max.png 时出错: name 'stddev' is not defined 添加高斯噪声: 21%|██ | 145/704 [00:08<00:32, 17.36it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_max\fusion_nestfuse_2_subnet_0_attention_max.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_max\fusion_nestfuse_3_subnet_0_attention_max.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_max\fusion_nestfuse_4_subnet_0_attention_max.png 时出错: name 'stddev' is not defined 添加高斯噪声: 21%|██ | 147/704 [00:08<00:45, 12.31it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_max\fusion_nestfuse_5_subnet_0_attention_max.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_max\fusion_nestfuse_6_subnet_0_attention_max.png 时出错: name 'stddev' is not defined 添加高斯噪声: 21%|██ | 149/704 [00:09<00:41, 13.33it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_max\fusion_nestfuse_7_subnet_0_attention_max.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_max\fusion_nestfuse_8_subnet_0_attention_max.png 时出错: name 'stddev' is not defined 添加高斯噪声: 21%|██▏ | 151/704 [00:09<00:38, 14.23it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_max\fusion_nestfuse_9_subnet_0_attention_max.png 时出错: name 'stddev' is not defined 添加高斯噪声: 22%|██▏ | 153/704 [00:09<00:36, 14.93it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_nuclear\fusion_nestfuse_10_subnet_0_attention_nuclear.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_nuclear\fusion_nestfuse_11_subnet_0_attention_nuclear.png 时出错: name 'stddev' is not defined 添加高斯噪声: 22%|██▏ | 155/704 [00:09<00:36, 14.88it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_nuclear\fusion_nestfuse_12_subnet_0_attention_nuclear.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_nuclear\fusion_nestfuse_13_subnet_0_attention_nuclear.png 时出错: name 'stddev' is not defined 添加高斯噪声: 22%|██▏ | 157/704 [00:09<00:35, 15.53it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_nuclear\fusion_nestfuse_14_subnet_0_attention_nuclear.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_nuclear\fusion_nestfuse_15_subnet_0_attention_nuclear.png 时出错: name 'stddev' is not defined 添加高斯噪声: 23%|██▎ | 159/704 [00:09<00:33, 16.15it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_nuclear\fusion_nestfuse_16_subnet_0_attention_nuclear.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_nuclear\fusion_nestfuse_17_subnet_0_attention_nuclear.png 时出错: name 'stddev' is not defined 添加高斯噪声: 23%|██▎ | 161/704 [00:09<00:32, 16.79it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_nuclear\fusion_nestfuse_18_subnet_0_attention_nuclear.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_nuclear\fusion_nestfuse_19_subnet_0_attention_nuclear.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_nuclear\fusion_nestfuse_1_subnet_0_attention_nuclear.png 时出错: name 'stddev' is not defined 添加高斯噪声: 23%|██▎ | 163/704 [00:09<00:31, 16.91it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_nuclear\fusion_nestfuse_20_subnet_0_attention_nuclear.png 时出错: name 'stddev' is not defined 添加高斯噪声: 23%|██▎ | 165/704 [00:09<00:31, 17.27it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_nuclear\fusion_nestfuse_21_subnet_0_attention_nuclear.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_nuclear\fusion_nestfuse_2_subnet_0_attention_nuclear.png 时出错: name 'stddev' is not defined 添加高斯噪声: 24%|██▎ | 167/704 [00:10<00:30, 17.35it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_nuclear\fusion_nestfuse_3_subnet_0_attention_nuclear.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_nuclear\fusion_nestfuse_4_subnet_0_attention_nuclear.png 时出错: name 'stddev' is not defined 添加高斯噪声: 24%|██▍ | 169/704 [00:10<00:30, 17.44it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_nuclear\fusion_nestfuse_5_subnet_0_attention_nuclear.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_nuclear\fusion_nestfuse_6_subnet_0_attention_nuclear.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_nuclear\fusion_nestfuse_7_subnet_0_attention_nuclear.png 时出错: name 'stddev' is not defined 添加高斯噪声: 24%|██▍ | 171/704 [00:10<00:31, 17.19it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_nuclear\fusion_nestfuse_8_subnet_0_attention_nuclear.png 时出错: name 'stddev' is not defined 添加高斯噪声: 25%|██▍ | 173/704 [00:10<00:30, 17.39it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\nestfuse\zhongchangdataset\attention_nuclear\fusion_nestfuse_9_subnet_0_attention_nuclear.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\ourswuwenb\10_1.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\ourswuwenb\11_1.png 时出错: name 'stddev' is not defined 添加高斯噪声: 25%|██▍ | 175/704 [00:10<00:30, 17.14it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\ourswuwenb\12_1.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\ourswuwenb\13_1.png 时出错: name 'stddev' is not defined 添加高斯噪声: 25%|██▌ | 177/704 [00:10<00:30, 17.02it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\ourswuwenb\14_1.png 时出错: name 'stddev' is not defined 添加高斯噪声: 25%|██▌ | 179/704 [00:10<00:30, 17.02it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\ourswuwenb\15_1.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\ourswuwenb\16_1.png 时出错: name 'stddev' is not defined 添加高斯噪声: 26%|██▌ | 181/704 [00:10<00:30, 17.23it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\ourswuwenb\17_1.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\ourswuwenb\18_1.png 时出错: name 'stddev' is not defined 添加高斯噪声: 26%|██▌ | 183/704 [00:10<00:29, 17.49it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\ourswuwenb\19_1.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\ourswuwenb\1_1.png 时出错: name 'stddev' is not defined 添加高斯噪声: 26%|██▋ | 185/704 [00:11<00:29, 17.63it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\ourswuwenb\20_1.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\ourswuwenb\21_1.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\ourswuwenb\22_1.png 时出错: name 'stddev' is not defined 添加高斯噪声: 27%|██▋ | 187/704 [00:11<00:29, 17.53it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\ourswuwenb\2_1.png 时出错: name 'stddev' is not defined 添加高斯噪声: 27%|██▋ | 189/704 [00:11<00:41, 12.50it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\ourswuwenb\3_1.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\ourswuwenb\4_1.png 时出错: name 'stddev' is not defined 添加高斯噪声: 27%|██▋ | 191/704 [00:11<00:37, 13.85it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\ourswuwenb\5_1.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\ourswuwenb\6_1.png 时出错: name 'stddev' is not defined 添加高斯噪声: 27%|██▋ | 193/704 [00:11<00:35, 14.44it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\ourswuwenb\7_1.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\ourswuwenb\8_1.png 时出错: name 'stddev' is not defined 添加高斯噪声: 28%|██▊ | 195/704 [00:11<00:33, 15.05it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\ourswuwenb\9_1.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\SwinFusion\zhongchangdataset\1.png 时出错: name 'stddev' is not defined 添加高斯噪声: 28%|██▊ | 197/704 [00:11<00:32, 15.66it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\SwinFusion\zhongchangdataset\10.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\SwinFusion\zhongchangdataset\11.png 时出错: name 'stddev' is not defined 添加高斯噪声: 28%|██▊ | 199/704 [00:12<00:31, 16.20it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\SwinFusion\zhongchangdataset\12.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\SwinFusion\zhongchangdataset\13.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\SwinFusion\zhongchangdataset\14.png 时出错: name 'stddev' is not defined 添加高斯噪声: 29%|██▊ | 201/704 [00:12<00:29, 16.82it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\SwinFusion\zhongchangdataset\15.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\SwinFusion\zhongchangdataset\16.png 时出错: name 'stddev' is not defined 添加高斯噪声: 29%|██▉ | 203/704 [00:12<00:29, 17.03it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\SwinFusion\zhongchangdataset\17.png 时出错: name 'stddev' is not defined 添加高斯噪声: 29%|██▉ | 205/704 [00:12<00:29, 17.16it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\SwinFusion\zhongchangdataset\18.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\SwinFusion\zhongchangdataset\19.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\SwinFusion\zhongchangdataset\2.png 时出错: name 'stddev' is not defined 添加高斯噪声: 29%|██▉ | 207/704 [00:12<00:29, 16.86it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\SwinFusion\zhongchangdataset\20.png 时出错: name 'stddev' is not defined 添加高斯噪声: 30%|██▉ | 209/704 [00:12<00:30, 16.45it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\SwinFusion\zhongchangdataset\21.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\SwinFusion\zhongchangdataset\22.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\SwinFusion\zhongchangdataset\3.png 时出错: name 'stddev' is not defined 添加高斯噪声: 30%|██▉ | 211/704 [00:12<00:30, 16.42it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\SwinFusion\zhongchangdataset\4.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\SwinFusion\zhongchangdataset\5.png 时出错: name 'stddev' is not defined 添加高斯噪声: 30%|███ | 213/704 [00:12<00:29, 16.53it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\SwinFusion\zhongchangdataset\6.png 时出错: name 'stddev' is not defined 添加高斯噪声: 31%|███ | 215/704 [00:13<00:29, 16.67it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\SwinFusion\zhongchangdataset\7.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\SwinFusion\zhongchangdataset\8.png 时出错: name 'stddev' is not defined 添加高斯噪声: 31%|███ | 217/704 [00:13<00:28, 16.81it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\SwinFusion\zhongchangdataset\9.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\VGG19\zhongchang\1.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\VGG19\zhongchang\10.png 时出错: name 'stddev' is not defined 添加高斯噪声: 31%|███ | 219/704 [00:13<00:28, 17.29it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\VGG19\zhongchang\11.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\VGG19\zhongchang\12.png 时出错: name 'stddev' is not defined 添加高斯噪声: 31%|███▏ | 221/704 [00:13<00:28, 17.08it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\VGG19\zhongchang\13.png 时出错: name 'stddev' is not defined 添加高斯噪声: 32%|███▏ | 223/704 [00:13<00:27, 17.47it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\VGG19\zhongchang\14.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\VGG19\zhongchang\15.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\VGG19\zhongchang\16.png 时出错: name 'stddev' is not defined 添加高斯噪声: 32%|███▏ | 225/704 [00:13<00:27, 17.31it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\VGG19\zhongchang\17.png 时出错: name 'stddev' is not defined 添加高斯噪声: 32%|███▏ | 227/704 [00:13<00:26, 17.68it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\VGG19\zhongchang\18.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\VGG19\zhongchang\19.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\VGG19\zhongchang\2.png 时出错: name 'stddev' is not defined 添加高斯噪声: 33%|███▎ | 229/704 [00:13<00:27, 17.52it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\VGG19\zhongchang\20.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\VGG19\zhongchang\21.png 时出错: name 'stddev' is not defined 添加高斯噪声: 33%|███▎ | 231/704 [00:13<00:26, 17.63it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\VGG19\zhongchang\22.png 时出错: name 'stddev' is not defined 添加高斯噪声: 33%|███▎ | 233/704 [00:14<00:26, 17.50it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\VGG19\zhongchang\3.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\VGG19\zhongchang\4.png 时出错: name 'stddev' is not defined 添加高斯噪声: 33%|███▎ | 235/704 [00:14<00:27, 17.31it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\VGG19\zhongchang\5.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\VGG19\zhongchang\6.png 时出错: name 'stddev' is not defined 添加高斯噪声: 34%|███▎ | 237/704 [00:14<00:27, 16.76it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\VGG19\zhongchang\7.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\VGG19\zhongchang\8.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\CLIP\VGG19\zhongchang\9.png 时出错: name 'stddev' is not defined 添加高斯噪声: 34%|███▍ | 239/704 [00:14<00:40, 11.39it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\KIND\CDDFuse\zhongduandataset\1.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\KIND\CDDFuse\zhongduandataset\10.png 时出错: name 'stddev' is not defined 添加高斯噪声: 34%|███▍ | 241/704 [00:14<00:35, 12.97it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\KIND\CDDFuse\zhongduandataset\11.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\KIND\CDDFuse\zhongduandataset\12.png 时出错: name 'stddev' is not defined 添加高斯噪声: 35%|███▍ | 243/704 [00:14<00:32, 14.14it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\KIND\CDDFuse\zhongduandataset\13.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\KIND\CDDFuse\zhongduandataset\14.png 时出错: name 'stddev' is not defined 添加高斯噪声: 35%|███▍ | 245/704 [00:14<00:30, 15.23it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\KIND\CDDFuse\zhongduandataset\15.png 时出错: name 'stddev' is not defined 添加高斯噪声: 35%|███▌ | 247/704 [00:15<00:32, 14.18it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\KIND\CDDFuse\zhongduandataset\2.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\KIND\CDDFuse\zhongduandataset\3.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\KIND\CDDFuse\zhongduandataset\4.png 时出错: name 'stddev' is not defined 添加高斯噪声: 35%|███▌ | 249/704 [00:15<00:45, 9.91it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\KIND\CDDFuse\zhongduandataset\5.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\KIND\CDDFuse\zhongduandataset\6.png 时出错: name 'stddev' is not defined 添加高斯噪声: 36%|███▌ | 251/704 [00:15<00:40, 11.31it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\KIND\CDDFuse\zhongduandataset\7.png 时出错: name 'stddev' is not defined 添加高斯噪声: 36%|███▌ | 253/704 [00:15<00:36, 12.51it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\KIND\CDDFuse\zhongduandataset\8.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\KIND\CDDFuse\zhongduandataset\9.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\KIND\FusionGAN\zhongduan\1.png 时出错: name 'stddev' is not defined 添加高斯噪声: 36%|███▌ | 255/704 [00:16<01:17, 5.80it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\KIND\FusionGAN\zhongduan\10.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\KIND\FusionGAN\zhongduan\11.png 时出错: name 'stddev' is not defined 添加高斯噪声: 37%|███▋ | 257/704 [00:16<01:01, 7.30it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\KIND\FusionGAN\zhongduan\12.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\KIND\FusionGAN\zhongduan\13.png 时出错: name 'stddev' is not defined 添加高斯噪声: 37%|███▋ | 259/704 [00:16<00:51, 8.72it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\KIND\FusionGAN\zhongduan\14.png 时出错: name 'stddev' is not defined 添加高斯噪声: 37%|███▋ | 261/704 [00:16<00:42, 10.31it/s]处理图片 E:\Python_Project\ADD_NOISE\infrared multi\KIND\FusionGAN\zhongduan\15.png 时出错: name 'stddev' is not defined 处理图片 E:\Python_Project\ADD_NOISE\infrared multi\KIND\FusionGAN\zhongduan\2.png 时出错: name 'stddev' is not defined Fail to allocate bitmap
最新发布
07-31
评论 4
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值