Skip to content

Releases: opengeos/segment-geospatial

v0.6.0

17 May 02:18
Compare
Choose a tag to compare

New Features

  • Added interactive GUI for creating foreground and background markers (#44)
  • Added support for custom projection bbox (#39)

Improvements

  • Fixed Colab Marker AwesomeIcon bug (#50)
  • Added info about using SAM with Desktop GIS (#48)
  • Use proper extension in the usage documentation (#43)

Demos

  • Interactive segmentation with input prompts

  • Input prompts from existing files

v0.5.0

10 May 20:59
Compare
Choose a tag to compare

New Features

  • Added support for input prompts (#30)

Improvements

  • Fixed the batch processing bug (#29)

Demos

v0.4.0

06 May 04:53
Compare
Choose a tag to compare

New Features

  • Added new methods to SamGeo class, including show_masks, save_masks, show_anns, making it much easier to save segmentation results in GeoTIFF and vector formats.
  • Added new functions to common module, including array_to_image, show_image, download_file, overlay_images, blend_images, and update_package
  • Added tow more notebooks, including automatic_mask_generator and satellite-predictor
  • Added SamGeoPredictor class

Improvements

  • Improved SamGeo.generate() method
  • Improved docstrings and API reference
  • Added demos to docs

Demos

  • Automatic mask generator

Contributors

@darrenwiens

v0.3.0

26 Apr 15:19
Compare
Choose a tag to compare

New Features

  • Added several new functions, including get_basemaps, reproject, tiff_to_shp, and tiff_to_geojson
  • Added hundereds of new basemaps through xyzservices

Improvement

  • Fixed tiff_to_vector crs bug #12
  • Added crs parameter to tms_to_geotiff

v0.2.0

21 Apr 13:57
Compare
Choose a tag to compare
  • Added notebook example
  • Added SamGeo.generate method
  • Added SamGeo.tiff_to_vector method

v0.1.0

19 Apr 20:24
Compare
Choose a tag to compare

New Features

  • Added SamGeo class
  • Added GitHub Actions
  • Added notebook example

v0.0.3

19 Apr 03:45
Compare
Choose a tag to compare

Added segment-anything-py dependency

v0.0.2

19 Apr 03:31
Compare
Choose a tag to compare

Initial release