Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,18 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
library_name: transformers
|
4 |
+
pipeline_tag: image-segmentation
|
5 |
+
tags:
|
6 |
+
- flair-one
|
7 |
+
- aerial image
|
8 |
---
|
9 |
|
10 |
+
#pretrained model :
|
11 |
+
SegFormer (b0-sized) encoder pre-trained-only
|
12 |
+
SegFormer encoder fine-tuned on Imagenet-1k. It was introduced in the paper SegFormer: Simple and Efficient Design for Semantic Segmentation with Transformers by Xie et al. and first released in this repository.
|
13 |
+
|
14 |
+
Disclaimer: The team releasing SegFormer did not write a model card for this model so this model card has been written by the Hugging Face team.
|
15 |
+
|
16 |
+
|
17 |
+
#data
|
18 |
+
you can fine the training set here : https://codalab.lisn.upsaclay.fr/competitions/8769
|