Open adrianloy opened 9 months ago
Hi @adrianloy , thanks for reporting, we have to check it!
Could you provide the version of your operating system, python interpreter and QGIS?
Ooo, now I see.
Python is 3.10.12 and QGIS is 3.34.3, so please share the operating system's version with us.
I am executing it within docker. My image is based on FROM qgis/qgis:release-3_34
That should run some ubuntu under the hood, I can check in a bit which exact version. Host machine is also Ubuntu based, but that should not matter I guess.
Hi, I checked the pipeline using the container you provided, with the landcover example on Bing map loaded using QuickMapService and everything looks good. Maybe is there an issue with the compatibility of Deepness and your raster layer? Could you check the process on any layer from QuickMapService, e.g. Bing Aerial?
Thanks for checking it so quickly. I will give it a try, any ideas what could be the issue? This worked in the past, I could also try to downgrade deepness again to verify that the latest release broke this on our dataset
Thanks. We are not able to check all OS/QGIS/Models/layers combinations. Therefore, we generally base on automatic python tests for Ubuntu 20/22 and two or three manual GUI tests. So, if you discover any specific problem, we will try to fix it ASAP!
First of all, thanks a lot for this plugin, it is very useful for us.
With the latest version, it seems to me that running a segmentation model on "visible part" is bugged, here is the stacktrace I am getting:
I can reproduce this both with our custom model as well as with the deeplabv3 "landcover" segmentor model . Running on the whole layer works.