Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ tags:
|
|
4 |
- vision
|
5 |
- image-segmentation
|
6 |
datasets:
|
7 |
-
-
|
8 |
widget:
|
9 |
- src: http://images.cocodataset.org/val2017/000000039769.jpg
|
10 |
example_title: Cats
|
@@ -14,7 +14,7 @@ widget:
|
|
14 |
|
15 |
# MaskFormer
|
16 |
|
17 |
-
MaskFormer model trained on COCO panoptic segmentation (
|
18 |
|
19 |
Disclaimer: The team releasing MaskFormer did not write a model card for this model so this model card has been written by the Hugging Face team.
|
20 |
|
|
|
4 |
- vision
|
5 |
- image-segmentation
|
6 |
datasets:
|
7 |
+
- coco
|
8 |
widget:
|
9 |
- src: http://images.cocodataset.org/val2017/000000039769.jpg
|
10 |
example_title: Cats
|
|
|
14 |
|
15 |
# MaskFormer
|
16 |
|
17 |
+
MaskFormer model trained on COCO panoptic segmentation (small-sized version, Swin backbone). It was introduced in the paper [Per-Pixel Classification is Not All You Need for Semantic Segmentation](https://arxiv.org/abs/2107.06278) and first released in [this repository](https://github.com/facebookresearch/MaskFormer/blob/da3e60d85fdeedcb31476b5edd7d328826ce56cc/mask_former/modeling/criterion.py#L169).
|
18 |
|
19 |
Disclaimer: The team releasing MaskFormer did not write a model card for this model so this model card has been written by the Hugging Face team.
|
20 |
|