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