mirror of
https://github.com/AntoineHX/smart_augmentation.git
synced 2025-05-04 12:10:45 +02:00
+controle mag reg + Tests fonction mag reg
This commit is contained in:
parent
fc0fb25148
commit
534e244307
6 changed files with 45 additions and 22 deletions
|
@ -31,6 +31,13 @@ PARAMETER_MAX = 1
|
|||
# What is the min 'level' a transform could be predicted
|
||||
PARAMETER_MIN = 0.1
|
||||
|
||||
#Dict containing the value for wich TF are closer to identity
|
||||
#TF_identity={
|
||||
# PARAMETER_MAX:{'Solarize', 'Posterize'},
|
||||
# PARAMETER_MAX/2:{'Contrast','Color','Brightness','Sharpness'},
|
||||
# PARAMETER_MIN:{'Rotate','TranslateX','TranslateY','ShearX','ShearY'},
|
||||
#}
|
||||
|
||||
class TF_loader(object):
|
||||
""" Transformations builder.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue