DOFA-transformers / dofa-base-patch16-224 /preprocessor_config.json
BiliSakura's picture
Sync updated code and configs (no weight re-upload)
af71ab9 verified
Raw
History Blame Contribute Delete
700 Bytes
{
"image_processor_type": "DOFAImageProcessor",
"size": {
"height": 224,
"width": 224
},
"do_resize": false,
"do_rescale": true,
"do_normalize": true,
"do_convert_rgb": false,
"rescale_factor": 0.00392156862745098,
"auto_map": {
"AutoImageProcessor": "image_processing_dofa.DOFAImageProcessor"
},
"default_wavelengths": [
0.665,
0.56,
0.49,
0.705,
0.74,
0.783,
0.842,
1.61,
2.19
],
"image_mean": [
114.11,
114.82,
126.64,
84.34,
97.85,
103.94,
101.44,
72.33,
56.67
],
"image_std": [
77.84,
69.97,
67.42,
64.57,
61.73,
61.34,
60.3,
47.89,
42.56
]
}