grainseed / monitask

a SAM based geographic information extraction tool just by interactive click on remote sensing image, as well as an efficient geospatial labeling tool. While extracting geometries for geographic entities much more quickly, you can construct and optimize a land-cover classification system according to the nature characteristics of earth photo.
GNU General Public License v2.0
14 stars 1 forks source link

Python error #3

Open GViana0 opened 7 months ago

GViana0 commented 7 months ago

Hi, I'm getting this error message when I start collecting areas


2024-02-08T19:46:39 WARNING Traceback (most recent call last): File "C:\Users/IDEA/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\monitask-master\maptool.py", line 249, in canvasReleaseEvent self.setWorkingExtent(imgcrs_point) File "C:\Users/IDEA/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\monitask-master\maptool.py", line 394, in setWorkingExtent self.refreshWorkingImage() File "C:\Users/IDEA/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\monitask-master\maptool.py", line 449, in refreshWorkingImage self.segany.reset_image() AttributeError: 'NoneType' object has no attribute 'reset_image'

image

GViana0 commented 7 months ago

I try the mobile version of the QGIS-V3.30 compressed package, but gave another error..

image