samgis / docs /brief_project_presentation.md
aletrn's picture
[doc] update broken link
69b0e99
|
raw
history blame
919 Bytes

About this project

SamGIS is an attempt to perform machine learning instance segmentation on geospatial data even without the use of dedicated graphics cards. The user interact on a leaflet webmap choosing areas to recognize and a backend responds with a geojson containing one or more recognized polygons within the initial webmap.

The backend perform machine learning inference using a Segment Anything model and ONNXRuntime as runtime.

Check about implementation details on my blog.