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
#26
by shidongzhang - opened
Hello SAM 3D Objects Team,
My access request for facebook/sam-3d-objects was rejected.
I am a graduate student conducting non-commercial academic research in robotic manipulation, embodied AI, and simulation. I intend to use SAM 3D Objects to reconstruct object assets for Isaac Sim and robotics research.
I will use the model locally for academic research only, will not redistribute the weights, and will comply with the SAM license and applicable terms.
Could you please manually review my request, or reset my rejected access status so that I can resubmit the application with corrected information if necessary?
Thank you.