Releases: coolzhao/Geo-SAM
v1.3-rc
This release is the 1.3RC (Release Candidate) version, featuring the following key updates:
- The plugin's interface has been optimized by changing two lines into one, thereby reducing its occupied space. #26
- Multiple bugs have been addressed and resolved. #39, #42, #43.
- Add a
*_code_update.zip
file in the release. This file only contains the code portion, which greatly reduces the file size and can significantly reduce the download time for users who only need to update the code.
Geo-SAM-dev
This release resolves the bug introduced in the previous version that prevented enabling plugins after removing the "docs" folder.
Geo-SAM-dev
This dev-version has undergone thorough testing and is relatively stable. We encourage everyone to try out the new features and provide feedback on your experience.
The update for this version includes the following changes:
- Fixed bugs in preview mode, tested and running relatively stable now.
- Added option to
not load demo images
when opening widget. - Settings are now saved locally by default, previous settings remain after reopening the plugin. Users can also reset to default values.
- Removed documentation from plugin to reduce file size.
Geo-SAM-dev
Note: This version is a pre-release of the dev version, and the new features have not been sufficiently tested. You are welcome to help us try it.
Changes compared to v1.2.1-dev:
- Fixed bugs when in Preview mode
- Improved Encoder Copilot's ability to handle large files.
Geo-SAM-dev
Note: This version is a pre-release of the dev version, and the new features have not been sufficiently tested. You are welcome to help us try it.
Changes compared to v1.2.0-dev:
- Add a Colab Example geosam-image-encoder.ipynb for the GeoSAM-Image-Encoder Python package to encode images without needing QGIS.
- Renamed
Hover mode
toPreview mode
- Change
Minimum Area
toMinimum pixels
- Fix bugs when saving SAM result with
Preview mode
in v1.2.0-dev - add comparison for the result from pressed prompts and preview mode prompts
- Cursor color now changes when prompt colors are changed
Geo-SAM-dev
Note: This version is a pre-release of the dev version, and the new features have not been sufficiently tested. You are welcome to help us try it.
- This version adds the following features to Geo SAM Labeling Tool:
- add
Hover mode
: give segmentation results when hovering the mouse over the image; (Shortcut: H) - add option to select the output polygon layer from the current existing vector layers in the project.
- add option to set the minimum area condition for filtering output polygons, which helps remove unwanted small polygons in the output results of SAM.
- Add option to customize the colors of points and box prompts and feature extent.
- add
- This version also adds an
Encoder Copilot
tool which can:- Help set encoding parameters interactively and pass parameters to Endoder. ([Encoder Copilot]
Copy settings
-->[Encoding tool]Advanced->Paste Settings
) - Provide an option to export current encoding parameters into a file as the inputs to a separate script file for encoding image (to be implemented in the future version).
- Help set encoding parameters interactively and pass parameters to Endoder. ([Encoder Copilot]
Detailed instructions will be provided later.
Geo-SAM
Geo-SAM
Geo-SAM
Geo-SAM
This version is well developed for post-image-encoding operation with user-friendly UI and experience. We're also working on a new tool that will allow you to encode your own images and save features of the images directly within QGIS, which will be available soon. Stay tuned!