Instructions to use facebook/sam3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
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 AutoProcessor, AutoModel processor = AutoProcessor.from_pretrained("facebook/sam3") model = AutoModel.from_pretrained("facebook/sam3", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Request to reconsider access to facebook/sam3
Hello,
My Hugging Face username is SwayZay.
My previous access request to facebook/sam3 was rejected. I believe this may have been caused by incomplete or inaccurate information in my previous application, especially regarding affiliation information and the description of my intended use.
I am an independent researcher and I am not currently affiliated with a university or company.
I would like to use SAM 3 together with SAM3DObject as part of a research workflow. Specifically, SAM 3 would be used for the initial segmentation stage to segment microorganisms observed under a microscope. I plan to run the model locally for inference and research purposes only.
This work is non-commercial.
I have reviewed the repository requirements and I am willing to comply with the license, terms of use, and any applicable usage restrictions.
Could you please reconsider my access request and, if possible, move my request from rejected back to pending or grant access to my Hugging Face account?
Thank you for your time and consideration.