dvlab-research/SDSD

SDSD dataset creation issues

Opened this issue · 1 comments

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.