nielsr HF staff commited on
Commit
fe7be38
1 Parent(s): 54de64f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -5
README.md CHANGED
@@ -7,11 +7,11 @@ datasets:
7
  - coco
8
  ---
9
 
10
- # Mask
11
 
12
- 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).
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
 
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).