Downloads · 30 days
35.1K
14% of all-time downloads
openmmlab/upernet-convnext-tiny
upernet-convnext-tiny is a image segmentation model from openmmlab. Use it for the image segmentation task on the model card, and read the license before you ship it in a product. It is set up for transformers. The card lists the license as mit.
UperNet framework for semantic segmentation, leveraging a ConvNeXt backbone. UperNet was introduced in the paper Unified Perceptual Parsing for Scene Understanding by Xiao et al.
Downloads · 30 days
35.1K
14% of all-time downloads
All-time downloads
248K
Public
Parameters
60.3M
482 MB on disk
Likes
3
Public
Click a slice to open those files.
.bin241 MB · 50%
From the Hugging Face model README
UperNet framework for semantic segmentation, leveraging a ConvNeXt backbone. UperNet was introduced in the paper Unified Perceptual Parsing for Scene Understanding by Xiao et al.
Combining UperNet with a ConvNeXt backbone was introduced in the paper A ConvNet for the 2020s.
Disclaimer: The team releasing UperNet + ConvNeXt did not write a model card for this model so this model card has been written by the Hugging Face team.
UperNet is a framework for semantic segmentation. It consists of several components, including a backbone, a Feature Pyramid Network (FPN) and a Pyramid Pooling Module (PPM).
Any visual backbone can be plugged into the UperNet framework. The framework predicts a semantic label per pixel.

You can use the raw model for semantic segmentation. See the model hub to look for fine-tuned versions (with various backbones) on a task that interests you.
For code examples, we refer to the documentation.