IMvision12's picture
Upload README.md with huggingface_hub
5fb7ec6 verified
|
Raw
History Blame Contribute Delete
497 Bytes
---
pipeline_tag: image-segmentation
license: mit
library_name: kerasformers
tags:
- keras
- kerasformers
- mask2former
- tf
- jax
- pytorch
---
# mask2former-swin-tiny-coco-instance (Keras 3)
Pure-Keras 3 weights for [kerasformers](https://github.com/IMvision12/KerasFormers), mirrored from the source. License: `mit`.
```python
from kerasformers.models.mask2former import Mask2FormerUniversalSegment
model = Mask2FormerUniversalSegment.from_weights("mask2former-swin-tiny-coco-instance")
```