TR-HASH-Vision-V6-ImageNet1K-Pretrain / preprocessor_config.json
Pacific-i64's picture
Publish TR-HASH Vision V6 ImageNet-1K pretrain
e6428e1 verified
Raw
History Blame Contribute Delete
327 Bytes
{
"do_center_crop": true,
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"crop_size": {
"height": 224,
"width": 224
},
"image_mean": [0.5, 0.5, 0.5],
"image_std": [0.5, 0.5, 0.5],
"resample": "bicubic",
"rescale_factor": 0.00392156862745098,
"size": {
"shortest_edge": 256
}
}