Update README.md
Browse files
README.md
CHANGED
@@ -2,18 +2,14 @@
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- vision
|
5 |
-
- image-
|
6 |
-
|
7 |
datasets:
|
8 |
- coco
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
---
|
13 |
|
14 |
-
#
|
15 |
|
16 |
-
|
17 |
|
18 |
Disclaimer: The team releasing Mask did not write a model card for this model so this model card has been written by the Hugging Face team.
|
19 |
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- vision
|
5 |
+
- image-segmentation
|
|
|
6 |
datasets:
|
7 |
- coco
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
+
# MaskFormer
|
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 Mask did not write a model card for this model so this model card has been written by the Hugging Face team.
|
15 |
|