facebookresearch / segment-anything

The repository provides code for running inference with the SegmentAnything Model (SAM), links for downloading the trained model checkpoints, and example notebooks that show how to use the model.
Apache License 2.0
45.8k stars 5.42k forks source link

Fine-tuning SAM model on peripheral vascular angiography images #625

Open HaykNavasardyan opened 8 months ago

HaykNavasardyan commented 8 months ago

Good day to all. Can you help me with fine-tuning the SAM model? I want to use it in medical image segmentation in the field of peripheral vascular angiography. Are there any studies on this title? I couldn't find.

Hippozhibos commented 8 months ago

Similar issue. I have some CT data and want to use SAM to segment it, but I have no experience about finetuning large model. Any suggestion to achieve that?

Ni-vik commented 7 months ago

@Hippozhibos @HaykNavasardyan you can refer to this link. I used this to fine tune it on my dataset.