Tobias Cornille commited on
Commit
ff8c233
1 Parent(s): facb39c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -2
README.md CHANGED
@@ -12,8 +12,6 @@ widget:
12
  SegFormer model fine-tuned on [Segments.ai](https://segments.ai) Sidewalk Semantic. It was introduced in the paper [SegFormer: Simple and Efficient Design for Semantic Segmentation with Transformers](https://arxiv.org/abs/2105.15203) by Xie et al. and first released in [this repository](https://github.com/NVlabs/SegFormer).
13
  ## Model description
14
  SegFormer consists of a hierarchical Transformer encoder and a lightweight all-MLP decode head to achieve great results on semantic segmentation benchmarks such as ADE20K and Cityscapes. The hierarchical Transformer is first pre-trained on ImageNet-1k, after which a decode head is added and fine-tuned altogether on a downstream dataset.
15
- ## Intended uses & limitations
16
- You can use the raw model for semantic segmentation. See the [model hub](https://huggingface.co/models?other=segformer) to look for fine-tuned versions on a task that interests you.
17
  ### How to use
18
  Here is how to use this model to classify an image of the sidewalk dataset:
19
  ```python
 
12
  SegFormer model fine-tuned on [Segments.ai](https://segments.ai) Sidewalk Semantic. It was introduced in the paper [SegFormer: Simple and Efficient Design for Semantic Segmentation with Transformers](https://arxiv.org/abs/2105.15203) by Xie et al. and first released in [this repository](https://github.com/NVlabs/SegFormer).
13
  ## Model description
14
  SegFormer consists of a hierarchical Transformer encoder and a lightweight all-MLP decode head to achieve great results on semantic segmentation benchmarks such as ADE20K and Cityscapes. The hierarchical Transformer is first pre-trained on ImageNet-1k, after which a decode head is added and fine-tuned altogether on a downstream dataset.
 
 
15
  ### How to use
16
  Here is how to use this model to classify an image of the sidewalk dataset:
17
  ```python