Pores Annotation
prog96 opened this issue · 6 comments
Hello,
This tool looks amazing and I would like to get to know more about it and apply it in the future work.
Right now I would like to segment defects like pores/cracks in manufactured items as shown below:
However, when I clicked on one of the pores it did not segment properly.
I am not sure where the problem comes from but it would be great if you could help me with this! Thank you in advance!
Hey @prog96 ,
I am not entirely sure what you want the final segmentation to look like as I never worked with such images before. Could you please show me some ground truth segmentations or reference segmentations created by you so I can get a better understanding?
Best,
Karol
I think SAM should work on such data. What you can try is to place one positive marker on each of the two spots and some negative markers around it. Alternatively, you could also try to use the bounding box mode and create a bounding box for the two spots.
If you upload the raw image then I can also try my luck if you want :)
I also tested a bit with your image and it really seems that SAM is unable to get good results here. To me, it seems that the resolution of the pores are too small for SAM. Sorry that I am unable to help you here with this :/
No worries. Thank you for trying that out! :)