Instructions to use crom87/segmentation_test2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use crom87/segmentation_test2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("mask-generation", model="crom87/segmentation_test2")# Load model directly from transformers import AutoProcessor, AutoModelForMaskGeneration processor = AutoProcessor.from_pretrained("crom87/segmentation_test2") model = AutoModelForMaskGeneration.from_pretrained("crom87/segmentation_test2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
00f55ce | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:9ec8c83b19450efe0dafd707539d7bec8408c9bb7a8bc03c11ca160879096762
size 374979376
|