File size: 766 Bytes
ff10929 29b1201 ff10929 e89329f ce3f996 29b1201 ce3f996 29b1201 ce3f996 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
---
license: apache-2.0
library_name: transformers
pipeline_tag: image-segmentation
tags:
- flair-one
- aerial image
---
# pretrained model
- https://huggingface.co./nvidia/mit-b0
- SegFormer (b0-sized) encoder pre-trained-only
- 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.
# training-set
- you can find the training-set here : https://codalab.lisn.upsaclay.fr/competitions/8769
# training-arguments
- channels : rgb
- batch : 8
- epochs : 8
- learning-rate : 5e-6
- GPU : T4
# results on test-set
- Mean IoU : 59.9
- more information here : https://codalab.lisn.upsaclay.fr/competitions/8769 |