albu / albumentations_config_eval.json
qubvel-hf's picture
qubvel-hf HF staff
Push transform using huggingface_hub.
003dd72 verified
raw
history blame
No virus
916 Bytes
{
"__version__": "1.4.8",
"transform": {
"__class_fullname__": "Compose",
"p": 1.0,
"transforms": [
{
"__class_fullname__": "PadIfNeeded",
"always_apply": false,
"p": 1.0,
"min_height": 256,
"min_width": 256,
"pad_height_divisor": null,
"pad_width_divisor": null,
"position": "center",
"border_mode": 4,
"value": null,
"mask_value": null
},
{
"__class_fullname__": "Normalize",
"always_apply": false,
"p": 1.0,
"mean": [
0.485,
0.456,
0.406
],
"std": [
0.229,
0.224,
0.225
],
"max_pixel_value": 255.0,
"normalization": "standard"
}
],
"bbox_params": null,
"keypoint_params": null,
"additional_targets": {},
"is_check_shapes": true
}
}