/DISPNet

Primary LanguagePythonMIT LicenseMIT

DISPNet

Implement of DISPNet

Code for Deep Unfolded Network with Intrinsic Supervision for Pan-sharpening

Configuration requirements before development
  1. Python 3.7.0
  2. Pytorch 1.12.1

File directory description

DISPNet-main
├── data
│  ├── TestFolder
|  |  |── ms
│  │     |└── 1.tif
|  |  |── ms_label
│  │     |└── 1.tif
|  |  |── pan
│  │     |└── 1.tif
|  |  |── pan_label
│  │     |└── 1.tif
├── checkpoint
│  ├── net
│  │     |└── Best.pth
│  ├── opt
├── LICENSE.txt
├── README.md
├── config.py
├── dataset.py
├── eval.py
├── modal.py
├── model.py
├── modules.py
├── perstages.py
├── process.py
├── synthesis.py
├── test.py
├── train.py

Contributor

Baixuzx7 @ wanghebaixu@gmail.com

Copyright statement

The project is signed under the MIT license, see the LICENSE.txt

Architecture of DISPNet

characteristic overview

Reference

@inproceeding{,
  title={ Deep Unfolded Network with Intrinsic Supervision for Pan-sharpening},
  author={ },
  journal={ },
  pages={ },
  year={2024},
  publisher={ }
}