SDSD dataset creation issues
Opened this issue · 1 comments
wscffaa commented
Is it possible to provide code for converting png to npy format dataset?Thank you!
xiaogang00 commented
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.