SRVC icon indicating copy to clipboard operation
SRVC copied to clipboard

how to convert npy to reconstructed frame?

Open Tommy-shelby-github opened this issue 1 year ago • 0 comments

Hi! I use original_image = ((normalized_image + 1) * 0.5 * 255).astype(np.uint8) to convert org.npy and cub.npy to images, but I cannot get the right images when I try to convert rec.npy to image. How should I convert .npy to .png or other image formats?

Tommy-shelby-github avatar Apr 25 '24 03:04 Tommy-shelby-github