Skip to content

Commit 94831fe

Browse files
authored
Merge pull request #33 from Sydney-Informatics-Hub/gdmcdonald-patch-1
Update README.md to try to fix broken image links in GitHub Pages
2 parents d30bbad + 41f7d22 commit 94831fe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</p>
1818
<hr>
1919

20-
![Greater Sydney Dataset](docs/content/Greater_Sydney_Dataset.jpg)
20+
![Greater Sydney Dataset](./docs/content/Greater_Sydney_Dataset.jpg)
2121

2222
# aigis
2323

@@ -73,7 +73,7 @@ Inference and postprocessing both benefit from CUDA GPUs.
7373

7474
Explore our two featured example datasets using a [Felt map](https://felt.com/map/Sydney-Buildings-6drWs3o9ARViitVdt6qp60A?loc=-33.8282,150.8961,10.93z).
7575

76-
![felt_map](docs/content/Felt_Map.jpeg)
76+
![felt_map](./docs/content/Felt_Map.jpeg)
7777
To load the matching NSW SixMaps aerial photography you have to click 1. background layers, then select 2. NSW SixMaps, as in the image above.
7878

7979
### Building Segmentation
@@ -82,15 +82,15 @@ We've used the full `aigis` toolkit to fine tune segmentation models to detect a
8282

8383
Our models's predictions are available as a shapefile in GeoParquet, with almost one million buildings.
8484

85-
![Greater Sydney Buildings](docs/content/gsu_buildings.png)
85+
![Greater Sydney Buildings](./docs/content/gsu_buildings.png)
8686

8787
### Tree Segmentation
8888

8989
We've used the full `aigis` toolkit to fine tune segmentation models to detect and segment tree patch outlines in aerial imagery. Our fine tuned model was then run on 37,000 high reslution aerial images across the entire Greater Sydney Urban area in New South Wales, Australia.
9090

9191
Our models's predictions are available as a shapefile in GeoParquet, with 2 million tree patches.
9292

93-
![Greate Sydney Tree](docs/content/gsu_trees.png)
93+
![Greate Sydney Tree](./docs/content/gsu_trees.png)
9494

9595
## Contributing
9696

0 commit comments

Comments
 (0)