Releases: opengeos/segment-geospatial
Releases · opengeos/segment-geospatial
v0.6.0
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
v0.4.0
New Features
- Added new methods to
SamGeo
class, includingshow_masks
,save_masks
,show_anns
, making it much easier to save segmentation results in GeoTIFF and vector formats. - Added new functions to
common
module, includingarray_to_image
,show_image
,download_file
,overlay_images
,blend_images
, andupdate_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