adirik commited on
Commit
851956a
1 Parent(s): 4fb1cbd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -25,7 +25,7 @@ Mask2Former addresses instance, semantic and panoptic segmentation with the same
25
  [MaskFormer](https://arxiv.org/abs/2107.06278) both in terms of performance an efficiency by (i) replacing the pixel decoder with a more advanced multi-scale deformable attention Transformer, (ii) adopting a Transformer decoder with masked attention to boost performance without
26
  without introducing additional computation and (iii) improving training efficiency by calculating the loss on subsampled points instead of whole masks.
27
 
28
- ![model image](https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/maskformer_architecture.png)
29
 
30
  ## Intended uses & limitations
31
 
 
25
  [MaskFormer](https://arxiv.org/abs/2107.06278) both in terms of performance an efficiency by (i) replacing the pixel decoder with a more advanced multi-scale deformable attention Transformer, (ii) adopting a Transformer decoder with masked attention to boost performance without
26
  without introducing additional computation and (iii) improving training efficiency by calculating the loss on subsampled points instead of whole masks.
27
 
28
+ ![model image](https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/mask2former_architecture.png)
29
 
30
  ## Intended uses & limitations
31