import numpy as np image = image.astype(np.float32) / 255. float32 转换成uint8. 每个数乘以255,再转化为uint8 import numpy as np image ...
確定! 回上一頁