nielsr HF staff commited on
Commit
45208b0
1 Parent(s): 72ca606

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -2,14 +2,14 @@
2
  license: apache-2.0
3
  tags:
4
  - vision
5
- - image-segmentatiom
6
  datasets:
7
  - ade-20k
8
  ---
9
 
10
- # Mask
11
 
12
- Mask model trained on ade-20k. 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
 
 
2
  license: apache-2.0
3
  tags:
4
  - vision
5
+ - image-segmentation
6
  datasets:
7
  - ade-20k
8
  ---
9
 
10
+ # MaskFormer
11
 
12
+ MaskFormer model trained on ade-20k. 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