mirror of
https://github.com/AntoineHX/smart_augmentation.git
synced 2025-05-04 12:10:45 +02:00
Old modifications
This commit is contained in:
parent
55d73fab62
commit
f0d24e6546
870 changed files with 278 additions and 6339277 deletions
0
higher/config/bad_tf_config.json
Normal file → Executable file
0
higher/config/bad_tf_config.json
Normal file → Executable file
0
higher/config/base_tf_config.json
Normal file → Executable file
0
higher/config/base_tf_config.json
Normal file → Executable file
0
higher/config/invScale_tf_config.json
Normal file → Executable file
0
higher/config/invScale_tf_config.json
Normal file → Executable file
0
higher/config/invScale_wide_tf_config.json
Normal file → Executable file
0
higher/config/invScale_wide_tf_config.json
Normal file → Executable file
139
higher/config/noColor_bad_tf_config.json
Executable file
139
higher/config/noColor_bad_tf_config.json
Executable file
|
@ -0,0 +1,139 @@
|
|||
[
|
||||
{
|
||||
"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": 30,
|
||||
"invScale": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "TranslateX",
|
||||
"function": "translate",
|
||||
"param": {
|
||||
"axis": "X",
|
||||
"min": null,
|
||||
"max": 0.33,
|
||||
"absolute": false,
|
||||
"invScale": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "TranslateY",
|
||||
"function": "translate",
|
||||
"param": {
|
||||
"axis": "Y",
|
||||
"min": null,
|
||||
"max": 0.33,
|
||||
"absolute": false,
|
||||
"invScale": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "ShearX",
|
||||
"function": "shear",
|
||||
"param": {
|
||||
"axis": "X",
|
||||
"min": null,
|
||||
"max": 0.3,
|
||||
"absolute": true,
|
||||
"invScale": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "ShearY",
|
||||
"function": "shear",
|
||||
"param": {
|
||||
"axis": "Y",
|
||||
"min": null,
|
||||
"max": 0.3,
|
||||
"absolute": true,
|
||||
"invScale": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "BTranslateX",
|
||||
"function": "translate",
|
||||
"param": {
|
||||
"axis": "X",
|
||||
"min": 25,
|
||||
"max": 30,
|
||||
"absolute": true,
|
||||
"invScale": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "BTranslateX-",
|
||||
"function": "translate",
|
||||
"param": {
|
||||
"axis": "X",
|
||||
"min": -30,
|
||||
"max": -25,
|
||||
"absolute": true,
|
||||
"invScale": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "BTranslateY",
|
||||
"function": "translate",
|
||||
"param": {
|
||||
"axis": "Y",
|
||||
"min": 25,
|
||||
"max": 30,
|
||||
"absolute": true,
|
||||
"invScale": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "BTranslateY-",
|
||||
"function": "translate",
|
||||
"param": {
|
||||
"axis": "Y",
|
||||
"min": -30,
|
||||
"max": -25,
|
||||
"absolute": true,
|
||||
"invScale": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "BShearX",
|
||||
"function": "shear",
|
||||
"param": {
|
||||
"axis": "X",
|
||||
"min": 0.9,
|
||||
"max": 1.2,
|
||||
"absolute": true,
|
||||
"invScale": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "BShearY",
|
||||
"function": "shear",
|
||||
"param": {
|
||||
"axis": "Y",
|
||||
"min": 0.9,
|
||||
"max": 1.2,
|
||||
"absolute": true,
|
||||
"invScale": false
|
||||
}
|
||||
}
|
||||
]
|
139
higher/config/no_color_bad_tf_config.json
Executable file
139
higher/config/no_color_bad_tf_config.json
Executable file
|
@ -0,0 +1,139 @@
|
|||
[
|
||||
{
|
||||
"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": 30,
|
||||
"invScale": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "TranslateX",
|
||||
"function": "translate",
|
||||
"param": {
|
||||
"axis": "X",
|
||||
"min": null,
|
||||
"max": 0.33,
|
||||
"absolute": false,
|
||||
"invScale": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "TranslateY",
|
||||
"function": "translate",
|
||||
"param": {
|
||||
"axis": "Y",
|
||||
"min": null,
|
||||
"max": 0.33,
|
||||
"absolute": false,
|
||||
"invScale": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "ShearX",
|
||||
"function": "shear",
|
||||
"param": {
|
||||
"axis": "X",
|
||||
"min": null,
|
||||
"max": 0.3,
|
||||
"absolute": true,
|
||||
"invScale": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "ShearY",
|
||||
"function": "shear",
|
||||
"param": {
|
||||
"axis": "Y",
|
||||
"min": null,
|
||||
"max": 0.3,
|
||||
"absolute": true,
|
||||
"invScale": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "BTranslateX",
|
||||
"function": "translate",
|
||||
"param": {
|
||||
"axis": "X",
|
||||
"min": 25,
|
||||
"max": 30,
|
||||
"absolute": true,
|
||||
"invScale": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "BTranslateX-",
|
||||
"function": "translate",
|
||||
"param": {
|
||||
"axis": "X",
|
||||
"min": -30,
|
||||
"max": -25,
|
||||
"absolute": true,
|
||||
"invScale": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "BTranslateY",
|
||||
"function": "translate",
|
||||
"param": {
|
||||
"axis": "Y",
|
||||
"min": 25,
|
||||
"max": 30,
|
||||
"absolute": true,
|
||||
"invScale": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "BTranslateY-",
|
||||
"function": "translate",
|
||||
"param": {
|
||||
"axis": "Y",
|
||||
"min": -30,
|
||||
"max": -25,
|
||||
"absolute": true,
|
||||
"invScale": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "BShearX",
|
||||
"function": "shear",
|
||||
"param": {
|
||||
"axis": "X",
|
||||
"min": 0.9,
|
||||
"max": 1.2,
|
||||
"absolute": true,
|
||||
"invScale": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "BShearY",
|
||||
"function": "shear",
|
||||
"param": {
|
||||
"axis": "Y",
|
||||
"min": 0.9,
|
||||
"max": 1.2,
|
||||
"absolute": true,
|
||||
"invScale": false
|
||||
}
|
||||
}
|
||||
]
|
0
higher/config/wide_tf_config.json
Normal file → Executable file
0
higher/config/wide_tf_config.json
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue