Skip to content

Releases: coolzhao/Geo-SAM

v1.3.1-rc3

24 Dec 01:48
Compare
Choose a tag to compare

Release 1.3.1 RC3 - Key Updates:

Fix: Addressed issue of "QgsField Type Error": #59 #60

Note

  • For first time installation, you need to download the compressed source code file.
  • For updating, we recommend downloading the zipped file labeled *_code_update.zip, which contains only the updated code.

v1.3.1-rc2

17 Dec 07:07
Compare
Choose a tag to compare

Release 1.3.1 RC2 - Key Updates:

  • Fix: Addressed issue where the rtree Index lacked len method in versions prior to 1.0: #55
  • Change: Replaced QVariant with QMetaType for compatibility with QGIS 3.38.
  • Add: Added documentation on resolving installation issues on Linux and macOS. #47, #53
  • Refine: Refined the status information of UI.

For updating, we recommend downloading the zipped file labeled *_code_update.zip, which contains only the updated code.

v1.3-rc

19 May 08:41
Compare
Choose a tag to compare

This release is the 1.3RC (Release Candidate) version, featuring the following key updates:

  1. The plugin's interface has been optimized by changing two lines into one, thereby reducing its occupied space. #26
  2. Multiple bugs have been addressed and resolved. #39, #42, #43.
  3. 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

30 Aug 16:40
Compare
Choose a tag to compare

This release resolves the bug introduced in the previous version that prevented enabling plugins after removing the "docs" folder.

Geo-SAM-dev

27 Aug 17:18
Compare
Choose a tag to compare

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:

  1. Fixed bugs in preview mode, tested and running relatively stable now.
  2. Added option to not load demo images when opening widget.
  3. Settings are now saved locally by default, previous settings remain after reopening the plugin. Users can also reset to default values.
  4. Removed documentation from plugin to reduce file size.

Geo-SAM-dev

13 Aug 07:24
497257c
Compare
Choose a tag to compare
Geo-SAM-dev Pre-release
Pre-release

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:

  1. Fixed bugs when in Preview mode
  2. Improved Encoder Copilot's ability to handle large files.

Geo-SAM-dev

08 Aug 16:52
Compare
Choose a tag to compare
Geo-SAM-dev Pre-release
Pre-release

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:

  1. Add a Colab Example geosam-image-encoder.ipynb for the GeoSAM-Image-Encoder Python package to encode images without needing QGIS.
  2. Renamed Hover mode to Preview mode
  3. Change Minimum Area to Minimum pixels
  4. Fix bugs when saving SAM result with Preview mode in v1.2.0-dev
  5. add comparison for the result from pressed prompts and preview mode prompts
  6. Cursor color now changes when prompt colors are changed

Geo-SAM-dev

05 Aug 23:15
Compare
Choose a tag to compare
Geo-SAM-dev Pre-release
Pre-release

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:
    1. add Hover mode: give segmentation results when hovering the mouse over the image; (Shortcut: H)
    2. add option to select the output polygon layer from the current existing vector layers in the project.
    3. add option to set the minimum area condition for filtering output polygons, which helps remove unwanted small polygons in the output results of SAM.
    4. Add option to customize the colors of points and box prompts and feature extent.
  • This version also adds an Encoder Copilot tool which can:
    1. Help set encoding parameters interactively and pass parameters to Endoder. ([Encoder Copilot] Copy settings -->[Encoding tool] Advanced->Paste Settings)
    2. 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).

Detailed instructions will be provided later.

Geo-SAM

01 Aug 18:12
Compare
Choose a tag to compare

Fixed the incompatibility issue with QGIS 3.28 LTR regarding Qgis.DistanceUnit class.

Geo-SAM

27 Jul 23:58
Compare
Choose a tag to compare

Add the encoding tool to support customized images.