2021-06-28 16:05:53 +00:00
|
|
|
{
|
|
|
|
"do_normalize": true,
|
|
|
|
"do_resize": true,
|
2021-10-15 08:42:13 +00:00
|
|
|
"feature_extractor_type": "SegformerFeatureExtractor",
|
2021-06-28 16:05:53 +00:00
|
|
|
"image_mean": [
|
|
|
|
0.485,
|
|
|
|
0.456,
|
|
|
|
0.406
|
|
|
|
],
|
|
|
|
"image_std": [
|
|
|
|
0.229,
|
|
|
|
0.224,
|
|
|
|
0.225
|
|
|
|
],
|
2021-11-17 14:43:07 +00:00
|
|
|
"reduce_labels": true,
|
2021-06-28 16:05:53 +00:00
|
|
|
"resample": 2,
|
2021-11-17 14:43:07 +00:00
|
|
|
"size": 512
|
2021-06-28 16:05:53 +00:00
|
|
|
}
|