alanoix commited on
Commit
ce3f996
1 Parent(s): 29b1201

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -6
README.md CHANGED
@@ -7,12 +7,23 @@ tags:
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
 
 
 
 
 
 
 
 
 
 
 
 
7
  - aerial image
8
  ---
9
 
10
+ # pretrained model
 
 
11
 
12
+ - https://huggingface.co/nvidia/mit-b0
13
+ - SegFormer (b0-sized) encoder pre-trained-only
14
+ - 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.
15
 
16
 
17
+ # training-set
18
+ - you can find the training-set here : https://codalab.lisn.upsaclay.fr/competitions/8769
19
+
20
+ # training-arguments
21
+ - channels : rgb
22
+ - batch : 8
23
+ - epochs : 8
24
+ - learning-rate : 5e-6
25
+ - GPU : T4
26
+
27
+ # results on test-set
28
+ - Mean IoU : 59.9
29
+ - more information here : https://codalab.lisn.upsaclay.fr/competitions/8769