sam2_repo / processor_config.json
Alejandro Pirola
Initial commit: SAM2 finetuned checkpoint + config
b1f8e6c
raw
history blame contribute delete
426 Bytes
{
"preprocessing": {
"resize": {
"height": 256,
"width": 256
},
"normalization": {
"mean": [0.485, 0.456, 0.406],
"std": [0.229, 0.224, 0.225]
},
"augmentation": {
"random_flip": true,
"random_crop": {
"height": 224,
"width": 224
}
}
},
"tokenization": {
"do_lower_case": true,
"max_length": 512,
"padding": "max_length"
}
}