tiny-random-vit/preprocessor_config.json

18 lines
227 B
JSON
Raw Permalink Normal View History

2021-09-15 21:29:06 +00:00
{
"do_normalize": true,
"do_resize": true,
"feature_extractor_type": "ViTFeatureExtractor",
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"resample": 2,
2021-09-21 00:24:36 +00:00
"size": 30
2021-09-15 21:29:06 +00:00
}