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
- Xet hash:
- 5b6b867d8cf4c17d32a999f24cc6d55cd241d629b5aa1c5e8e9bb40c4f07811f
- Size of remote file:
- 241 MB
- SHA256:
- 4f5d3b46a4fcbfa119208913aaf6c924f2051d22a54fb2e9b8d0772d1289abaa
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.