alexhe101 / Pan-Mamba

Pan-Mamba: Effective Pan-Sharpening with State Space Model
https://arxiv.org/abs/2402.12192
80 stars 7 forks source link

Dataset Folder Structure #12

Closed prter12 closed 6 months ago

prter12 commented 6 months ago

I noticed that in the option.yml file of the code, the dataset path only goes up to the folder level. I'd like to ask how the specific folders ms, pan, and gt are arranged within the dataset folder.

alexhe101 commented 6 months ago

Here is the example: WV2/train128/ms/1.tif,2.tif.... WV2/train128/pan/1.tif,2.tif... MS folder contains the GT image. LRMS is generated in the training process, you can refer to dataset.py