coolzhao / Geo-SAM

A QGIS plugin tool using Segment Anything Model (SAM) to accelerate segmenting or delineating landforms in geospatial raster images.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hover mode saving issue - dev

cycle4 opened this issue · comments

commented

Hello again !
Thanks a lot for your continuous improvements ! The new tools on the dev plugin are very useful and the next ones look very promising !
I just wanted to point out a strange behaviour of the Hover mode you may be already aware of : whenever it is enabled, saving a feature requires to disable hover mode, otherwise the saved feature is the last one prompted by the Hover mode, overwriting the segmented zone formed by the addition of a FG point. Here is a capture to better understand what I am trying to depict

Geo_SAM_hover.mp4

Hi @cycle4 . Thank you for your feedback. Yes, there is an issue with the current hover mode's strategy for saving features. We will be working on optimizing this problem in the near future.

Hi @cycle4 , my previous comment was about the bug at the end of your video. Regarding your description, the hover mode currently only provides a preview for the prompt to help you make a better prompt selection. Only the prompt after clicking the mouse will be truly recorded. The bug at the end of the video seems to be triggered when no prompt is provided during saving. In addition to that, we have provided keyboard shortcuts for commonly used buttons. When you hover your mouse over a button, there will be a tooltip with text. Using keyboard shortcuts will be more convenient.

Shortcuts in Readme

commented

Thanks for your answer ! Yes the use of shortcuts should be more convenient