Open cppcute-pm opened 2 months ago
Thanks for your attention. We directly use DINOv2 to produce superpixels, and do not employ slic or SAM.
Thanks for your reply! I'm interested in how you get the superpixels_size fixed when using the DINOv2. I guess there must exists important processing steps to achieve it and I'm very curious about the details. Could you provide the code related to it or describe the process pipeline in detail? My email address is 2233589@tongji.edu.cn.
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?