stanfordmlgroup / Auto-Generate-WLs

Code repository supporting the paper "Auto-Generating Weak Labels for Real & Synthetic Data to Improve Label-Scarce Medical Image Segmentation" - MIDL 2024
MIT License
9 stars 1 forks source link

Does MedSAM take point inputs as prompts? #1

Open AwayFromKeyboardwarrior opened 6 months ago

AwayFromKeyboardwarrior commented 6 months ago

In the original MedSAM paper, there is no clear indication that point prompts are directly supported as input to MedSAM. They just emphasize the use of bounding box prompts. It appears that in this paper, you have devised a method to generate point prompts for MedSAM based on the coarse labels from the initial model, even though the original MedSAM paper does not explicitly mention supporting point prompts. Can you please elaborate a little more on this? How is it possible?

jeya-maria-jose commented 2 months ago

MedSAM operates like SAM, so it can take in both points and boxes as inputs. Please read the Input selection section of our paper for more details.