SDSD
SDSD copied to clipboard
SDSD dataset creation issues
Is it possible to provide code for converting png to npy format dataset?Thank you!
Hello, you can first use cv2.imread to read the image with the format of png, and then use np.save to save it as the npy.