之前在写了一个模块,在执行这步操作时,报错
max_w = np.max (wide_max) ##最大宽度
后来经过调试,发现列表wide_max中只有一个值,故报错,执行np.max最少存在两个以上的数值。