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
Hi SAM 3D team,
my request to access facebook/sam-3d-objects on Hugging Face was rejected.
I am currently conducting research related to 3D vision and multi-view 3D reconstruction, and I would sincerely appreciate access to facebook/sam-3d-objects for my research work. In particular, I am working with MV-SAM3D and would like to study and evaluate SAM 3D Objects as part of my research.
Unfortunately, my Hugging Face access request was rejected, and I am currently unable to submit a new request from the model page.
I fully understand and respect the access requirements and license terms of the project. I would be very grateful if you could reconsider my request or reset the access status so that I can apply again.
Hugging Face username: Hengos
Affiliation: Nanjing University of Posts and Telecommunications
Intended use: Academic research on 3D vision / multi-view 3D reconstruction
Thank you very much for your time and consideration.