Files
InternVL3-2B-Instruct/preprocessor_config.json

20 lines
287 B
JSON
Raw Permalink Normal View History

2025-04-17 19:00:27 +00:00
{
"crop_size": 448,
"do_center_crop": true,
"do_normalize": true,
"do_resize": true,
"feature_extractor_type": "CLIPFeatureExtractor",
"image_mean": [
0.485,
0.456,
0.406
],
"image_std": [
0.229,
0.224,
0.225
],
"resample": 3,
"size": 448
}