def trans(self, img): rst = color.rgb2hsv(img) rst *= 255 print('============', rst.min(), rst.max()) return rst.astype(np.uint8)