SDSD icon indicating copy to clipboard operation
SDSD copied to clipboard

SDSD dataset creation issues

Open wscffaa opened this issue 2 years ago • 1 comments

Is it possible to provide code for converting png to npy format dataset?Thank you!

wscffaa avatar Mar 25 '22 14:03 wscffaa

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.

xiaogang00 avatar Apr 16 '22 02:04 xiaogang00