point quick-start one-liner at demos/example_sr_op.py
Browse files
README.md
CHANGED
|
@@ -50,7 +50,6 @@ All models sample with **50 flow-matching steps, cfg = 1.0** (the paper eval set
|
|
| 50 |
| `shared/git10m_quad_meta.json` | metadata | 1.7 GB | — | Git-10M split metadata (paper eval) |
|
| 51 |
| `shared/hierarchy_index_quad.pkl` | metadata | 0.6 GB | — | Parent↔child quadtree index (paper eval) |
|
| 52 |
| `dinov3_vitl16_pretrain_sat493m-eadcf0ff.pth` | DINOv3 ViT-L/16 (SAT-493M) | 1.2 GB | — | Frozen conditioning encoder for SR |
|
| 53 |
-
| `example_sr_op.py` | script | — | — | Runnable quick start (below) |
|
| 54 |
|
| 55 |
The `ablations/` folder holds additional checkpoints used only to reproduce the paper's ablation
|
| 56 |
table (see the [code repo](https://github.com/mvrl/genesis)'s `docs/EVALUATION.md`).
|
|
@@ -106,11 +105,11 @@ Every input and output lands in `logs/example_sr_op/`, numbered in pipeline orde
|
|
| 106 |
tile, SR input/output, masked OP input, outpainted OP output — so it's obvious which quadrants
|
| 107 |
were given and which were synthesized.
|
| 108 |
|
| 109 |
-
Or as a one-liner
|
| 110 |
-
|
| 111 |
|
| 112 |
```bash
|
| 113 |
-
python example_sr_op.py
|
| 114 |
```
|
| 115 |
|
| 116 |
> Live imagery: Esri World Imagery — Source: Esri, Maxar, Earthstar Geographics, and the GIS User
|
|
|
|
| 50 |
| `shared/git10m_quad_meta.json` | metadata | 1.7 GB | — | Git-10M split metadata (paper eval) |
|
| 51 |
| `shared/hierarchy_index_quad.pkl` | metadata | 0.6 GB | — | Parent↔child quadtree index (paper eval) |
|
| 52 |
| `dinov3_vitl16_pretrain_sat493m-eadcf0ff.pth` | DINOv3 ViT-L/16 (SAT-493M) | 1.2 GB | — | Frozen conditioning encoder for SR |
|
|
|
|
| 53 |
|
| 54 |
The `ablations/` folder holds additional checkpoints used only to reproduce the paper's ablation
|
| 55 |
table (see the [code repo](https://github.com/mvrl/genesis)'s `docs/EVALUATION.md`).
|
|
|
|
| 105 |
tile, SR input/output, masked OP input, outpainted OP output — so it's obvious which quadrants
|
| 106 |
were given and which were synthesized.
|
| 107 |
|
| 108 |
+
Or as a one-liner, using the copy shipped in the code repo —
|
| 109 |
+
[`demos/example_sr_op.py`](https://github.com/mvrl/genesis/blob/main/demos/example_sr_op.py):
|
| 110 |
|
| 111 |
```bash
|
| 112 |
+
python demos/example_sr_op.py
|
| 113 |
```
|
| 114 |
|
| 115 |
> Live imagery: Esri World Imagery — Source: Esri, Maxar, Earthstar Geographics, and the GIS User
|