Skip to content

Commit 408fd0d

Browse files
authored
Fix broken images on PyPI by using absolute URLs (#439)
Update all image references in README.md to use absolute GitHub URLs instead of relative paths. This ensures images render correctly on both GitHub and PyPI.
1 parent c28d9cd commit 408fd0d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<img src="assets/OlmoEarth-logo.png" alt="OlmoEarth Logo" style="width: 600px; margin-left:'auto' margin-right:'auto' display:'block'"/>
2+
<img src="https://raw.githubusercontent.com/allenai/olmoearth_pretrain/main/assets/OlmoEarth-logo.png" alt="OlmoEarth Logo" style="width: 600px; margin-left:'auto' margin-right:'auto' display:'block'"/>
33
<br>
44
<br>
55
</div>
@@ -38,7 +38,7 @@ OlmoEarth is built using [OLMo-core](https://github.com/allenai/OLMo-core.git).
3838

3939
## Model Summary
4040

41-
<img src="assets/model.png" alt="Model Architecture Diagram" style="width: 800px; margin-left:'auto' margin-right:'auto' display:'block'"/>
41+
<img src="https://raw.githubusercontent.com/allenai/olmoearth_pretrain/main/assets/model.png" alt="Model Architecture Diagram" style="width: 800px; margin-left:'auto' margin-right:'auto' display:'block'"/>
4242

4343
The OlmoEarth models are trained on three satellite modalities (Sentinel 2, Sentinel 1 and Landsat) and six derived maps (OpenStreetMap, WorldCover, USDA Cropland Data Layer, SRTM DEM, WRI Canopy Height Map, and WorldCereal).
4444
| Model Size | Weights | Encoder Params | Decoder Params |
@@ -67,7 +67,7 @@ Our pretraining dataset contains 285,288 samples from around the world of 2.56km
6767

6868
The distribution of the samples is available below:
6969

70-
<img src="assets/datamap.png" alt="Training sample distribution" style="width: 500px; margin-left:'auto' margin-right:'auto' display:'block'"/>
70+
<img src="https://raw.githubusercontent.com/allenai/olmoearth_pretrain/main/assets/datamap.png" alt="Training sample distribution" style="width: 500px; margin-left:'auto' margin-right:'auto' display:'block'"/>
7171

7272
The dataset can be downloaded [here](https://huggingface.co/datasets/allenai/olmoearth_pretrain_dataset).
7373

0 commit comments

Comments
 (0)