Instructions to use edwardhuang/test-carbonate-segmentation2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use edwardhuang/test-carbonate-segmentation2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-segmentation", model="edwardhuang/test-carbonate-segmentation2")# Load model directly from transformers import AutoImageProcessor, SegformerForSemanticSegmentation processor = AutoImageProcessor.from_pretrained("edwardhuang/test-carbonate-segmentation2") model = SegformerForSemanticSegmentation.from_pretrained("edwardhuang/test-carbonate-segmentation2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
96ec82c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:16f327f3e1ea3285b7cfb70a262f5ba9f03a3c5fb89acdeeac53ef7c31caac25
size 3579
|