Skip to content

missing part #1

@palvors

Description

@palvors

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions