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