def test_ndarray16_to_pil_image(self): trans = transforms.ToPILImage(). img_data = np.random.randint(0, 65535, [4, 4, 1], np.uint16). img = trans(img_data).
確定! 回上一頁