smart_augmentation/higher/config/wide_geom_tf_config.json

74 lines
1.2 KiB
JSON
Raw Normal View History

2020-06-23 07:55:40 -07:00
[
{
"name": "Identity",
"function": "identity"
},
{
"name": "FlipUD",
"function": "flip",
"param": {
"axis": "Y"
}
},
{
"name": "FlipLR",
"function": "flip",
"param": {
"axis": "X"
}
},
{
"name": "Rotate",
"function": "rotate",
"param": {
"min": null,
"max": 180,
"invScale": false
}
},
{
"name": "TranslateX",
"function": "translate",
"param": {
"axis": "X",
"min": null,
"max": 0.5,
"absolute": false,
"invScale": false
}
},
{
"name": "TranslateY",
"function": "translate",
"param": {
"axis": "Y",
"min": null,
"max": 0.5,
"absolute": false,
"invScale": false
}
},
{
"name": "ShearX",
"function": "shear",
"param": {
"axis": "X",
"min": null,
"max": 1.0,
"absolute": true,
"invScale": false
}
},
{
"name": "ShearY",
"function": "shear",
"param": {
"axis": "Y",
"min": null,
"max": 1.0,
"absolute": true,
"invScale": false
}
}
]