cskyl
cskyl
> yes i got Did you make it work with any of the models? I tried both the Tiny and Small versions but none of them works for me..
你好,我们用的是Meta SAM的官方repo代码: https://github.com/facebookresearch/segment-anything
Hi, thank you for your question. If you mean the visualization of the masks generated by SAM, as SAM doesn't provide any semantic information (no classes info), we use black...
Hi, thank you for your comment! Yes, we converted into binary masks to compute the overlap ratio during the merging sections. We found that you can potentially use more complex...
Hi, thank you for asking. You don't need any GPU to generate the pseudo labels, they can be fully produced using only CPUs. On a single process, the rate is...
> > Hi, thank you for asking. You don't need any GPU to generate the pseudo labels, they can be fully produced using only CPUs. On a single process, the...
Hi, we utilized the binary masks created by SAM and pseudo-labels from other techniques such as CAM to improve the pseudo-labels. Let me know if you are seeking any more...
Hi, as for your questions: 1. The masks generated from SAM is one composite mask by default, but you can adjust the format according to the instruction in SAM. The...
> Hi,is the mask generated by SAM similar to (g) in Figure 7? But on the SAM official website, a separate binary segmentation map is generated.Can the code for generating...