Medical-SAM-Adapter icon indicating copy to clipboard operation
Medical-SAM-Adapter copied to clipboard

Adapting Segment Anything Model for Medical Image Segmentation

Results 50 Medical-SAM-Adapter issues
Sort by recently updated
recently updated
newest added

I would like to ask why this error occurred when I put it into my own data set. My data format labels are the same as yours. The only difference...

Point prompts have no work during training and inference, in other words, when inference, giving a point prompt at will can complete the segmentation

The shape of the original input image is (256,256,600). After the previous processing, the shape of the current input x of ImageEncoderViT is (600,3,256,256). After self.patch_embed(), The shape of x...

The adapter layer is not found in the part of the decoder, which does not match the description in the paper. Is this an oversight?

is it the same train process as isic dataset for amos dataset?

I found that during the test, the total score will be output. From an intuitive feeling, the larger the score, the better, but in your code logic, the tot should...

Suppose you use DiceMetric as criterion, do you compute Dice for every single batch and get average? How do you eliminate the affection of batch_size?

Can you please let us know how you pre-trained the text encoder? Please provide the code for it.