How to use guinansu/MedSAMix with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-segmentation", model="guinansu/MedSAMix")
# Load model directly from transformers import AutoProcessor, AutoModelForMaskGeneration processor = AutoProcessor.from_pretrained("guinansu/MedSAMix") model = AutoModelForMaskGeneration.from_pretrained("guinansu/MedSAMix")
The community tab is the place to discuss and collaborate with the HF community!