Hello, thanks for the amazing work you've done!
I've read the released code and I noticed that there are no superpixel number information in the proprocess code for SAM related to semantic segmentation. But the code of lightning trainer obviously need the superpixel_size to make the sparse matrix. My current thought is that you use the segmentor in skimage to generate the superpixel and use the SAM to generate the semantic masks. Is that right or there are some other details?