Instructions to use asdafdfafffg/sam-3d-objects with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- SAM 3D Objects
How to use asdafdfafffg/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("asdafdfafffg/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
File size: 131 Bytes
a99c0cd | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:59468933f3e24dfe37d286db290d8af1c5d027cd3f105f9f05049ec83a42152f
size 276423
|