cloudsr-checkpoints / README.md
hanangani's picture
Upload README.md with huggingface_hub
6655bb0 verified
---
license: mit
library_name: none
tags:
- image-super-resolution
- remote-sensing
- satellite-imagery
- cloud-microphysics
---
# CloudSR Checkpoints
Checkpoint files for the Cloud Microphysics Super-Resolution project.
## Files
- `cloudsr_seviri_to_viirs_model_50000.pth`
Single-stage checkpoint for SEVIRI to VIIRS super-resolution.
- `cloudsr_msg_to_mtg_model_50000.pth`
Single-stage checkpoint for MSG to MTG super-resolution.
## Usage
These are custom PyTorch checkpoints intended to be used with the local inference code in the main project repository.
Example:
```bash
python inference_sr.py \
-i /path/to/input \
-o /path/to/output \
--started_ckpt_path /path/to/cloudsr_seviri_to_viirs_model_50000.pth
```