unet-with-transform / albumentations_config_eval.json
qubvel-hf's picture
qubvel-hf HF staff
Push transform using huggingface_hub.
680dad1 verified
raw
history blame contribute delete
No virus
452 Bytes
{"__version__": "1.4.14", "transform": {"__class_fullname__": "Compose", "p": 1.0, "transforms": [{"__class_fullname__": "Resize", "p": 1.0, "height": 256, "width": 256, "interpolation": 1}, {"__class_fullname__": "Normalize", "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}}