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 reset my rejected access request
#489
by wjk-oss - opened
Hi SAM 3 team,
My access request for this repository was rejected on 2026-09-21. I would like to
kindly ask whether it could be reset so that I can submit a corrected request with
fuller information.
- HF account :wjk-oss
- Request date : 2026-09-21
- Full name :JunkunWang
- Country / region : Qingdao, Shandong, China
- Affiliation : Qingdao University of Science and Technology, Laoshan Campus
- Institutional email: wangjunkun@mails.qust.edu.cn
- Intended use :What I am working on: evaluating SAM 3's text-prompted segmentation for UAV aerial
inspection of oil-field infrastructure - detecting and localizing oil leaks, oil stains
and related surface anomalies in high-resolution images (4032 x 3024) taken along
pipeline rights-of-way and around surface equipment. Everything runs offline on a single
local workstation GPU (RTX 2060, 6 GB).
This is a personal evaluation study at this stage. If it proves useful, a commercial
deployment would be handled by my organization under its own Hugging Face account, in
full compliance with the SAM License and its Acceptable Use Policy. I will not
redistribute the weights.
I have since completed and updated my account profile. If a reset is possible I will
submit a corrected request; if not, I would be grateful for any guidance.
Thank you for your time.
Best regards,
JunkunWang