chansung sayakpaul HF staff commited on
Commit
3a69622
β€’
1 Parent(s): f1b28c4

Update README.md (#1)

Browse files

- Update README.md (f6e4855fcb61b1f04a88b87f614f2aa2df116b05)


Co-authored-by: Sayak Paul <sayakpaul@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Segformer Tf Transformers
3
  emoji: πŸƒ
4
  colorFrom: indigo
5
  colorTo: gray
@@ -10,4 +10,8 @@ pinned: false
10
  license: apache-2.0
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
1
  ---
2
+ title: SegFormer (ADE20k) in TensorFlow
3
  emoji: πŸƒ
4
  colorFrom: indigo
5
  colorTo: gray
10
  license: apache-2.0
11
  ---
12
 
13
+ This space hosts the [SegFormer model](https://arxiv.org/abs/2105.15203) in TensorFlow. This model was fine-tuned on the [ADE20k dataset](http://groups.csail.mit.edu/vision/datasets/ADE20K/). To know more about the checkpoint used in this space, refer to the model card
14
+ [here](https://huggingface.co/nvidia/segformer-b5-finetuned-ade-640-640).
15
+
16
+ Please note that since the model was fine-tuned on the ADE20k dataset, the model is expected to provide best results for images
17
+ belonging to scene categories. For an overview of the dataset, refer to its [homepage](http://groups.csail.mit.edu/vision/datasets/ADE20K/).