This project was developed as part of the final exam of the Image Processing for Computer Vision course from the University of Naples Federico II.
You should install Anaconda and Git before continuing.
- Clone the repo
git clone https://github.com/simone-dotolo/PantasticSharpening.git
- Create the virtual environment with the pantastic.yml
conda env create -n pantastic -f pantastic.yml
- Activate the Conda Environment
conda activate pantastic
- Try it!
python3 pansharpening.py -m APNN -s WV3 -i example/WV3_example.mat -o ./ -w weights/APNN_weights.pth
Distributed under the MIT License. See LICENSE for more information.
Simone Dotolo - sim.dotolo@gmail.com
LinkedIn: https://www.linkedin.com/in/simone-dotolo/
This project was inspired by the following papers:
