nielsr HF staff commited on
Commit
e15d3f3
1 Parent(s): a1e0c13

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -7
README.md CHANGED
@@ -2,18 +2,14 @@
2
  license: apache-2.0
3
  tags:
4
  - vision
5
- - image-segmentatiom
6
-
7
  datasets:
8
  - coco
9
-
10
-
11
-
12
  ---
13
 
14
- # Mask
15
 
16
- Mask 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).
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