giswqs commited on
Commit
1515cdf
·
verified ·
1 Parent(s): 9abdfa3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -1,3 +1,9 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+
5
+ The pretrained models provided in this repo are trained using the [GeoAI](https://github.com/opengeos/geoai) Python package.
6
+
7
+ - Building footprints detection for the USA using RGB images ([model checkpoint](https://huggingface.co/giswqs/geoai/blob/main/building_footprints_usa.pth) | [notebook](https://geoai.gishub.org/examples/train_building_footprints_usa))
8
+ - Building footprints detection for the USA using RGBN images ([model checkpoint](https://huggingface.co/giswqs/geoai/blob/main/building_footprints_usa_rgbn.pth) | [notebook](https://geoai.gishub.org/examples/train_object_detection_model))
9
+ - Wetland detection for the USA using RGBN images ([model checkpoint](https://huggingface.co/giswqs/geoai/blob/main/wetland_detection.pth) | [notebook](https://geoai.gishub.org/examples/wetland_mapping))