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