ImSH commited on
Commit
85f0cc3
1 Parent(s): efe55c9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -19
README.md CHANGED
@@ -1,19 +1,18 @@
1
- @article{DBLP:journals/corr/abs-2105-15203,
2
- author = {Enze Xie and
3
- Wenhai Wang and
4
- Zhiding Yu and
5
- Anima Anandkumar and
6
- Jose M. Alvarez and
7
- Ping Luo},
8
- title = {SegFormer: Simple and Efficient Design for Semantic Segmentation with
9
- Transformers},
10
- journal = {CoRR},
11
- volume = {abs/2105.15203},
12
- year = {2021},
13
- url = {https://arxiv.org/abs/2105.15203},
14
- eprinttype = {arXiv},
15
- eprint = {2105.15203},
16
- timestamp = {Wed, 02 Jun 2021 11:46:42 +0200},
17
- biburl = {https://dblp.org/rec/journals/corr/abs-2105-15203.bib},
18
- bibsource = {dblp computer science bibliography, https://dblp.org}
19
- }
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_resize": true,
4
+ "feature_extractor_type": "SegformerFeatureExtractor",
5
+ "image_mean": [
6
+ 0.485,
7
+ 0.456,
8
+ 0.406
9
+ ],
10
+ "image_std": [
11
+ 0.229,
12
+ 0.224,
13
+ 0.225
14
+ ],
15
+ "reduce_labels": false,
16
+ "resample": 2,
17
+ "size": 512
18
+ }