Subash-Khanal commited on
Commit
a0573b3
·
verified ·
1 Parent(s): 31f5d17

point quick-start one-liner at demos/example_sr_op.py

Browse files
Files changed (1) hide show
  1. README.md +3 -4
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 download [`example_sr_op.py`](example_sr_op.py) from this repo into the
110
- checkout root and run:
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