天天看點

TypeError: img is not a numpy array, neither a scalar

簡單的辦法就是轉換:

image = numpy.array(image)