# Pansharpening-Datasets This dataset card aims to describe the datasets used in the [Pansharpening](https://github.com/XavierJiezou/Pansharpening). ## Install ```bash pip install huggingface-hub ``` ## Usage ```bash # Step 1: Download datasets huggingface-cli download --repo-type dataset XavierJiezou/pansharpening-datasets --local-dir data --include PanBench.zip # Step 2: Extract datasets unzip PanBench.zip -d PanBench ``` ## Citation ```bib @Article{cmfnet, AUTHOR = {Wang, Shiying and Zou, Xuechao and Li, Kai and Xing, Junliang and Cao, Tengfei and Tao, Pin}, TITLE = {Towards Robust Pansharpening: A Large-Scale High-Resolution Multi-Scene Dataset and Novel Approach}, JOURNAL = {Remote Sensing}, VOLUME = {16}, YEAR = {2024}, NUMBER = {16}, } ``` ## Contact For questions, please contact Xavier Jiezou at xuechaozou (at) foxmail (dot) com.