Instructions to use rwood-97/sam_os_contours with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rwood-97/sam_os_contours with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-segmentation", model="rwood-97/sam_os_contours")# Load model directly from transformers import AutoProcessor, AutoModelForMaskGeneration processor = AutoProcessor.from_pretrained("rwood-97/sam_os_contours") model = AutoModelForMaskGeneration.from_pretrained("rwood-97/sam_os_contours") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
fa88bed | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b2b7074cb1adb6437fed3af5784d89d947cfec79c9522750bf05efdacb26e62c
size 375046194
|