Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: π
|
4 |
colorFrom: indigo
|
5 |
colorTo: gray
|
@@ -10,4 +10,8 @@ pinned: false
|
|
10 |
license: apache-2.0
|
11 |
---
|
12 |
|
13 |
-
|
|
|
|
|
|
|
|
|
|
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/).
|