Instructions to use facebook/sam-3d-objects with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- SAM 3D Objects
How to use facebook/sam-3d-objects with SAM 3D Objects:
from inference import Inference, load_image, load_single_mask from huggingface_hub import hf_hub_download path = hf_hub_download("facebook/sam-3d-objects", "pipeline.yaml") inference = Inference(path, compile=False) image = load_image("path_to_image.png") mask = load_single_mask("path_to_mask.png", index=14) output = inference(image, mask) - Notebooks
- Google Colab
- Kaggle
Request to reset rejected access request
Hello Meta SAM 3 Team,
My access request for the facebook/sam-3d-objects repository was also rejected.
I would sincerely appreciate it if you could kindly manually review my request or reset its status to pending so that I may submit the required information again.
Full organization name: Peking University
Research purpose: Reproducing, evaluating, and extending the official SAM 3D Objects inference pipeline for academic research on embodied AI and robotic manipulation.
I confirm that the information in my Hugging Face profile is accurate, and I will fully comply with the SAM 3 license, acceptable-use requirements, and all applicable privacy and data-protection policies. I will not redistribute the model weights or provide unauthorized public access.
This work is important to my research on object-centric perception and manipulation in realistic environments, and access to the official SAM 3D Objects pipeline would greatly support my experiments. I truly hope you can give my request a careful review.
Best regards,
Lizhenghao