How to use facebook/sam3 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("mask-generation", model="facebook/sam3")
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("facebook/sam3") model = AutoModel.from_pretrained("facebook/sam3")
Hello,
I have requested access to SAM3's weights and it is currently pending. I am working on my doctoral thesis in the USA, and plan to use it for that. It is strictly for research use and not commercial use. Could you please grant me access?
Thanks
· Sign up or log in to comment