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 Reconsider Access for 4DGS Research Reproduction
Dear authors,
My Hugging Face username is Aggressivezxy.
I am an undergraduate student at Tongji University, currently interning at PAI Lab, Institute of Industrial Artificial Intelligence (IAII), Chinese Academy of Sciences.
I would like to request access to this repository for academic research and learning purposes. Specifically, I hope to reproduce this project and use it to study 4D Gaussian Splatting reconstruction, novel-view generation, and related 3D/4D scene reconstruction methods.This work is for non-commercial academic research and project reproduction only. I confirm that I will comply with the model license, terms of use, and acceptable use policy.
My previous access request may have been rejected because my application information was incomplete or unclear. Could you please reconsider my request or move my application back to pending?
Thank you very much.