Instructions to use openmmlab/upernet-convnext-tiny with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use openmmlab/upernet-convnext-tiny with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-segmentation", model="openmmlab/upernet-convnext-tiny")# Load model directly from transformers import AutoImageProcessor, UperNetForSemanticSegmentation processor = AutoImageProcessor.from_pretrained("openmmlab/upernet-convnext-tiny") model = UperNetForSemanticSegmentation.from_pretrained("openmmlab/upernet-convnext-tiny") - Inference
- Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
54af6ea | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4f5d3b46a4fcbfa119208913aaf6c924f2051d22a54fb2e9b8d0772d1289abaa
size 241109629
|