dvlab-research / SDSD

Seeing Dynamic Scene in the Dark: High-Quality Video Dataset with Mechatronic Alignment (ICCV2021)
52 stars 11 forks source link

SDSD dataset creation issues #4

Open wscffaa opened 2 years ago

wscffaa commented 2 years ago

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

xiaogang00 commented 2 years ago

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.