Medical-SAM2 icon indicating copy to clipboard operation
Medical-SAM2 copied to clipboard

Medical SAM 2: Segment 3D Medical Images Via Segment Anything Model 2

Results 50 Medical-SAM2 issues
Sort by recently updated
recently updated
newest added

hello! Is the model only able to process ".jpg", ".jpeg", ".JPG", and ".JPEG" formats? Can segmentation be performed directly on .nii files? Does 3D segmentation refer to a time series...

How do you make a direct prediction?

使用自己的2d数据集时要如何修改,必须要分为训练测试验证三种吗,如何添加单次提示呢dataset代码需要修改吗

python train_3d.py -net sam2 -exp_name BTCV_MedSAM2 -sam_ckpt ./checkpoints/sam2_hiera_small.pt -sam_config sam2_hiera_s -image_size 1024 -val_freq 1 -prompt bbox -prompt_freq 2 -dataset btcv -data_path ./data/btcv ImportError: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by...

I encountered an issue while training the 2D case on Google Colab. Here's the error message: `/content/Medical-SAM2/sam2_train/modeling/sam/transformer.py:22: UserWarning: Flash Attention is disabled as it requires a GPU with Ampere (8.0)...

Hello, I am very pleased that MEDSAM2 has contributed significantly to the growth of automatic segmentation models in the medical field. As a medical ultrasound researcher, I would like to...

I wrote a script that is designed to process images from a specified folder and generate outputs based on the model's predictions. However, it appears that only frames being tracked...

I adapted some of the func2D code to simplify 2D inference, and I thought it might be useful to other people, since this has been a common request in the...

Hello and thank you for providing us with the code of your paper. I have been experimenting with the 3D case and I have some questions regarding parts of the...