SystemError: new style getargs format but argument is not a tuple ** 一个很简单但是bd不到的小bug 读取数据的时候用到cv2.resize()函数,原程序:cv2.resize(img,28,56),将图片改为(28,56)的尺寸。报错如下:SystemError: new style getargs format bu
SystemError: new style getargs format but argument is not a tuple 想给图片添加灰度值,莫名其妙出现这个 这个提示的意思就是说,putpixel()参数不是元组。我心想我这个需要数据格式也不是元组啊,不过既然提示这个是新格式的数据,那我就看它是什么类型的数据 print(type(256/(label[i][j]+1)))<cl