Zhaozixiang1228 / MMIF-CDDFuse

[CVPR 2023] Official implementation for "CDDFuse: Correlation-Driven Dual-Branch Feature Decomposition for Multi-Modality Image Fusion."
382 stars 37 forks source link

Missing .h5 file #26

Closed zzowenzz closed 11 months ago

zzowenzz commented 11 months ago

Hi again @Zhaozixiang1228, thanks for releasing the code. I have a question about the dataprocessing.py. Is the .h5 file missing, as the code first load it and then create groups for infrared and visible images?

zzowenzz commented 11 months ago

I got it. I need to create a folder called ./data under the root path of this repo. And h5py.File(file, "w) creates a new file if not exist.