Update README.md
Browse files
README.md
CHANGED
@@ -7,11 +7,11 @@ datasets:
|
|
7 |
- coco
|
8 |
---
|
9 |
|
10 |
-
#
|
11 |
|
12 |
-
|
13 |
|
14 |
-
Disclaimer: The team releasing
|
15 |
|
16 |
## Model description
|
17 |
|
@@ -51,6 +51,4 @@ Here is how to use this model:
|
|
51 |
>>> output = feature_extractor.post_process_panoptic_segmentation(outputs)
|
52 |
```
|
53 |
|
54 |
-
|
55 |
-
|
56 |
For more code examples, we refer to the [documentation](https://huggingface.co/docs/transformers/master/en/model_doc/maskformer).
|
|
|
7 |
- coco
|
8 |
---
|
9 |
|
10 |
+
# MaskFormer (small-sized, trained on COCO)
|
11 |
|
12 |
+
MaskFormer model trained on COCO. 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).
|
13 |
|
14 |
+
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.
|
15 |
|
16 |
## Model description
|
17 |
|
|
|
51 |
>>> output = feature_extractor.post_process_panoptic_segmentation(outputs)
|
52 |
```
|
53 |
|
|
|
|
|
54 |
For more code examples, we refer to the [documentation](https://huggingface.co/docs/transformers/master/en/model_doc/maskformer).
|