The trained model (unet.pth) is located in the root directory.
- Clone the repository:
git clone <repository_url>
cd <repository_name>- Create a virtual environment and sync dependencies:
uv sync
source .venv/bin/activateEnsure your data is placed in ./data/OSISAF and ./data/MASAM2 or update src/config.py.
To train the U-Net model from scratch:
uv run python src/unet_train.pyTo generate comparison plots between Low Res, High Res, and Prediction:
uv run python src/visualize_pairs.pyTo evaluate classical interpolation baselines:
uv run python src/interpolation_methods.py