BookerDeWitt / MSBDN-DFF

The source code of CVPR 2020 paper "Multi-Scale Boosted Dehazing Network with Dense Feature Fusion"
334 stars 69 forks source link

How to change a new data set, not a foggy data set. I don't know how to change the format。Please! #18

Closed Cjh2312 closed 3 years ago

Cjh2312 commented 3 years ago

Hello, I want to change a data set for training, but I found that the data set format used in this paper is. H5, I don't have data set in this format. I only have data set in. JPG format. How can I modify the training code so as to use my own data set? Or do you have any specific methods to change my data set format to. H5 format? This data set in. H5 format is very special, and there must be a lot of conversion details when you synthesize it. Please let me know Thank you very much

BookerDeWitt commented 3 years ago

The code for generating the h5 file is in MSBDN-DFF/HDF5/dehaze_RESIDE_HDF5.m.