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
46.56k stars 5.52k forks source link

Can we fine-tune/retrain this model for specific image processing domains such as segmenting dense cell cluster in biomedical imaging? #34

Open lgn211 opened 1 year ago

lgn211 commented 1 year ago

As titled.

Xushuolin commented 1 year ago

Absolutely

dstoekl commented 1 year ago

see https://github.com/facebookresearch/segment-anything/issues/5

JunMa11 commented 1 year ago

@lgn211 @Xushuolin

We provide a step-by-step tutorial on fine-tuning SAM on 2D and 3D medical image datasets. It requires less than 10G GPU memory. Hope that it could be useful.

https://github.com/bowang-lab/MedSAM#model-training-video-tutorial