Releases: opengeos/segment-geospatial
Releases · opengeos/segment-geospatial
v0.9.0
New Features
- Added support for box prompts, including list, geojson dict, vector file paths (#159)
Improvements
- Updated groundingdino installation (#147)
- Updated README (#152)
v0.8.5
Improvements
- Updated installation docs (#146)
- Updated leafmap and localtileserver to dependencies (#146)
- Added info about libgl1 dependency install on Linux systems (#141)
- Fixed save_masks bug without source image (#139)
v0.8.4
Improvements
- Fixed model download bug (#136)
- Added legal notice (#133)
- Fixed image source bug for show_anns (#131)
- Improved exception handling for LangSAM GUI (#130)
- Added to return pixel coordinates of masks (#129)
- Added text_sam to docs (#123)
- Fixed file deletion error on Windows (#122)
- Fixed mask bug in text_sam/predict when the input is PIL image (#117)
v0.8.3
New Features
- Added support for batch segmentation (#116)
- Added swimming pools example (#106)
Improvements
- Removed 'flag' and 'param' arguments (#112)
- Used sorted function instead of if statements (#109)
v0.8.2
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
Improvements
- Added huggingface_hub and remove onnx (#87)
- Added more demos to docs (#82)
v0.8.0
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
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
Improvements
- Added jupyter-server-proxy to Dockerfile for supporting add_raster (#57)
Contributors
@p-vdp