SRVC
SRVC copied to clipboard
how to convert npy to reconstructed frame?
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?