|
Safemotion Lib
|
Public Member Functions | |
| __init__ (self, name, prob=0.5, magnitude=10, hparams=None) | |
| __call__ (self, img) | |
Public Attributes | |
| aug_fn | |
| level_fn | |
| prob | |
| magnitude | |
| hparams | |
| kwargs | |
| magnitude_std | |
Definition at line 317 of file autoaugment.py.
| fastreid.data.transforms.autoaugment.AugmentOp.__init__ | ( | self, | |
| name, | |||
| prob = 0.5, | |||
| magnitude = 10, | |||
| hparams = None ) |
Definition at line 319 of file autoaugment.py.
| fastreid.data.transforms.autoaugment.AugmentOp.__call__ | ( | self, | |
| img ) |
Definition at line 337 of file autoaugment.py.
| fastreid.data.transforms.autoaugment.AugmentOp.aug_fn |
Definition at line 321 of file autoaugment.py.
| fastreid.data.transforms.autoaugment.AugmentOp.hparams |
Definition at line 325 of file autoaugment.py.
| fastreid.data.transforms.autoaugment.AugmentOp.kwargs |
Definition at line 326 of file autoaugment.py.
| fastreid.data.transforms.autoaugment.AugmentOp.level_fn |
Definition at line 322 of file autoaugment.py.
| fastreid.data.transforms.autoaugment.AugmentOp.magnitude |
Definition at line 324 of file autoaugment.py.
| fastreid.data.transforms.autoaugment.AugmentOp.magnitude_std |
Definition at line 335 of file autoaugment.py.
| fastreid.data.transforms.autoaugment.AugmentOp.prob |
Definition at line 323 of file autoaugment.py.