File size: 735 Bytes
6655bb0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
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
```