Skip to content

Releases: opengeos/segment-geospatial

v0.8.2

14 Jun 13:40
Compare
Choose a tag to compare

New Features

  • Added regularized option for vector output (#104)
  • Added text prompt GUI (#80)

Improvements

  • Added more deep learning resources (#90)
  • Use the force_filename parameter with hf_hub_download() (#93)
  • Fixed typo (#94)

v0.8.1

25 May 01:13
Compare
Choose a tag to compare

Improvements

  • Added huggingface_hub and remove onnx (#87)
  • Added more demos to docs (#82)

v0.8.0

24 May 04:08
Compare
Choose a tag to compare

New Features

  • Added support for using text prompts with SAM (#73)
  • Added text prompt GUI (#80)

Improvements

  • Improved text prompt notebook (#79)
  • Fixed notebook typos (#78)
  • Added ArcGIS tutorial to docs (#72)

v0.7.0

21 May 02:26
Compare
Choose a tag to compare

New Features

  • Added unittest (#58)
  • Added JOSS paper draft (#61)
  • Added ArcGIS notebook example (#63)
  • Added text prompting segmentation (#65)
  • Added support for segmenting non-georeferenced imagery (#66)

Improvements

  • Added blend option for show_anns method (#59)
  • Updated ArcGIS installation instructions (#68, #70)

Contributors

@p-vdp @LucasOsco

v0.6.2

17 May 18:31
Compare
Choose a tag to compare

Improvements

  • Added jupyter-server-proxy to Dockerfile for supporting add_raster (#57)

Contributors
@p-vdp

v0.6.1

17 May 03:52
Compare
Choose a tag to compare

New Features

  • Added Dockerfile (#51)

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