Old modifications

This commit is contained in:
AntoineH 2024-08-20 11:28:18 +02:00
parent 55d73fab62
commit f0d24e6546
870 changed files with 278 additions and 6339277 deletions

0
Old/augmentations_randaugment.py Normal file → Executable file
View file

0
README.md Normal file → Executable file
View file

0
docs/Automatic_Data_Augmentation.pdf Normal file → Executable file
View file

0
docs/smart_aug_forward.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 99 KiB

After

Width:  |  Height:  |  Size: 99 KiB

Before After
Before After

0
docs/smart_aug_optim.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 46 KiB

Before After
Before After

0
docs/smart_aug_uml.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 100 KiB

After

Width:  |  Height:  |  Size: 100 KiB

Before After
Before After

0
higher/config/bad_tf_config.json Normal file → Executable file
View file

0
higher/config/base_tf_config.json Normal file → Executable file
View file

0
higher/config/invScale_tf_config.json Normal file → Executable file
View file

0
higher/config/invScale_wide_tf_config.json Normal file → Executable file
View file

View 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
}
}
]

View 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
View file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 113 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 130 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 269 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 164 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 232 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 332 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 159 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 257 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 166 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 247 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 300 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 179 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 164 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 252 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 210 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 163 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 230 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 324 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 342 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 136 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 144 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 172 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 191 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 225 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 211 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 207 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 210 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 230 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 250 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 252 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 150 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 150 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 156 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 168 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 172 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 174 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 145 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 138 KiB

Some files were not shown because too many files have changed in this diff Show more