Push transform using huggingface_hub.
Browse files
albumentations_config_eval.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"__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}}
|