Hi, to see the image or save it that you must add # it because opencv wait for image uint8 in range [0 to 255 ] img_sr_to_save = np.uint8(img_sr * 255) # to save cv2.imwrite("image.png", img_sr_to_save) # to show cv2.imshow("image.png", img_sr_to_save)