| { | |
| "__version__": "1.4.8", | |
| "transform": { | |
| "__class_fullname__": "Compose", | |
| "p": 1.0, | |
| "transforms": [ | |
| { | |
| "__class_fullname__": "RandomCrop", | |
| "always_apply": false, | |
| "p": 1.0, | |
| "height": 256, | |
| "width": 256 | |
| }, | |
| { | |
| "__class_fullname__": "HorizontalFlip", | |
| "always_apply": false, | |
| "p": 0.5 | |
| }, | |
| { | |
| "__class_fullname__": "RandomBrightnessContrast", | |
| "always_apply": false, | |
| "p": 0.5, | |
| "brightness_limit": [ | |
| -0.2, | |
| 0.2 | |
| ], | |
| "contrast_limit": [ | |
| -0.2, | |
| 0.2 | |
| ], | |
| "brightness_by_max": true | |
| }, | |
| { | |
| "__class_fullname__": "RGBShift", | |
| "always_apply": false, | |
| "p": 0.5, | |
| "r_shift_limit": [ | |
| -20, | |
| 20 | |
| ], | |
| "g_shift_limit": [ | |
| -20, | |
| 20 | |
| ], | |
| "b_shift_limit": [ | |
| -20, | |
| 20 | |
| ] | |
| }, | |
| { | |
| "__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 | |
| } | |
| } |