ViTP-InternVL-1B-Med / preprocessor_config.json
BiliSakura's picture
Add files using upload-large-folder tool
d9c6b99 verified
{
"do_resize": true,
"size": 448,
"do_center_crop": true,
"crop_size": 448,
"do_normalize": true,
"image_mean": [0.485, 0.456, 0.406],
"image_std": [0.229, 0.224, 0.225],
"feature_extractor_type": "CLIPFeatureExtractor",
"resample": 3
}