You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suggest you use https://github.com/opengeos/segment-geospatial instead of this repo. It was the first successful attempt to join SAM and EO data, but now there are much better documented and much better maintained options.
Segment Anything EO tools
Earth observation tools for Meta AI Segment Anything
Segment Anything and tms2geotiff were copied to this repo 9 Apr 2022, you can update them to more recent versions if needed
This tools are developed to ease the processing of spatial data (GeoTIFF and TMS) with Meta AI Segment Anything models using sliding window algorithm for big files
You can:
download TMS data (including OpenAerialMap and Mapbox Maxar) as GeoTIFF files
process GeoTIFF files with Meta AI Segment Anything models
save predicted segments as GeoTIFF raster data and GPKG vector data
Using a sliding window algorithm to process large images
In order to separate instances, every instance gets surrounded by 1px width spare space, so it is not the same as how original Segment Anything works
Segment Anything was released less than a week ago, and these are the first experiments with it. I don't know how paramters affect perfomance — feel free to change everything.
About
Earth observation tools for Meta AI Segment Anything